[webkit-reviews] review granted: [Bug 88267] DOMFileSystem should be structure clonable so it can be the body of a web intent. : [Attachment 148356] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 19 15:11:58 PDT 2012


David Levin <levin at chromium.org> has granted Greg Billock
<gbillock at google.com>'s request for review:
Bug 88267: DOMFileSystem should be structure clonable so it can be the body of
a web intent.
https://bugs.webkit.org/show_bug.cgi?id=88267

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

------- Additional Comments from David Levin <levin at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=148356&action=review


> Source/WebCore/bindings/v8/SerializedScriptValue.cpp:34
> +#include "AsyncFileSystem.h"

This include appears misplaced (of course so are both of the <wtf/... includes)


> Source/WebCore/bindings/v8/SerializedScriptValue.cpp:58
> +#if ENABLE(FILE_SYSTEM)

if shouldn't be intermingled with other include's. It should be below all of
them.


More information about the webkit-reviews mailing list