We want to remove V8Proxy. In this bug we remove V8Proxy::collectIsolatedContexts().
Created attachment 157624 [details] Patch
Comment on attachment 157624 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=157624&action=review > Source/WebCore/bindings/v8/V8Proxy.cpp:670 > void V8Proxy::collectIsolatedContexts(Vector<std::pair<ScriptState*, SecurityOrigin*> >& result) > { Should we remove the function itself?
Created attachment 157719 [details] patch for landing
Comment on attachment 157719 [details] patch for landing Clearing flags on attachment: 157719 Committed r125279: <http://trac.webkit.org/changeset/125279>