[webkit-reviews] review granted: [Bug 124981] Nix Upstream: Updating WebCore files : [Attachment 218336] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 3 14:06:07 PST 2013


Benjamin Poulain <benjamin at webkit.org> has granted Thiago de Barros Lacerda
<thiago.lacerda at openbossa.org>'s request for review:
Bug 124981: Nix Upstream: Updating WebCore files
https://bugs.webkit.org/show_bug.cgi?id=124981

Attachment 218336: Patch
https://bugs.webkit.org/attachment.cgi?id=218336&action=review

------- Additional Comments from Benjamin Poulain <benjamin at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=218336&action=review


> Source/WebCore/platform/audio/nix/AudioBusNix.cpp:70
> -    size_t bytesRead = fread(&fileContents[0], fileContents.size(), 1,
file);
> +    size_t bytesRead = fread(&fileContents[0], 1, fileContents.size(),
file);

Silly fread() :)

> Source/WebCore/platform/nix/RenderThemeNix.cpp:44
> +#include "UserAgentStyleSheets.h"

You should put this just after PlatformContextCairo.h.


More information about the webkit-reviews mailing list