[webkit-reviews] review granted: [Bug 94706] [V8] Move runScript() from V8Proxy to ScriptRunner : [Attachment 160058] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 22 18:20:57 PDT 2012


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

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

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


> Source/WebCore/bindings/v8/ScriptRunner.h:38
> +    // Run an already compiled script.
> +    static v8::Local<v8::Value> runScript(v8::Handle<v8::Script>,
ScriptExecutionContext*);

runScript -> runCompiledScript and delete the comment?


More information about the webkit-reviews mailing list