[webkit-reviews] review granted: [Bug 94459] [V8] Move clearForClose() and clearForNavigation() from V8Proxy to ScriptController : [Attachment 159379] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 20 11:29:09 PDT 2012


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

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

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


> Source/WebCore/bindings/v8/ScriptController.cpp:156
> +    m_proxy->isolatedWorlds().clear();
> +    m_proxy->isolatedWorldSecurityOrigins().clear();

This is a bit odd, but these functions already have FIXME comments, so I take
it that this is a temporary measure.


More information about the webkit-reviews mailing list