[webkit-reviews] review granted: [Bug 94768] [V8] Move evaluate() from V8Proxy to ScriptController : [Attachment 160067] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 22 20:03:39 PDT 2012


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

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

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


> Source/WebCore/bindings/v8/ScriptController.cpp:309
> +    v8::Handle<v8::Context> v8Context =
ScriptController::mainWorldContext(m_proxy->frame());

m_proxy->frame() is just m_frame, right?


More information about the webkit-reviews mailing list