[webkit-reviews] review granted: [Bug 102899] [V8] Move V8DOMWindowShell::initializeV8IfNeeded() to V8Initializer : [Attachment 175373] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 21 01:36:04 PST 2012


Adam Barth <abarth at webkit.org> has granted Kentaro Hara
<haraken at chromium.org>'s request for review:
Bug 102899: [V8] Move V8DOMWindowShell::initializeV8IfNeeded() to V8Initializer
https://bugs.webkit.org/show_bug.cgi?id=102899

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

------- Additional Comments from Adam Barth <abarth at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=175373&action=review


> Source/WebCore/bindings/v8/V8Initializer.h:31
> +#include <v8.h>
> +#include <wtf/RefPtr.h>
> +#include <wtf/text/WTFString.h>

Why do you need these headers?


More information about the webkit-reviews mailing list