Bug 93682

Summary: [V8] Remove collectIsolatedContexts() from V8Proxy
Product: WebKit Reporter: Kentaro Hara <haraken>
Component: WebCore JavaScriptAssignee: Kentaro Hara <haraken>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, japhet, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 85330    
Attachments:
Description Flags
Patch
none
patch for landing none

Description Kentaro Hara 2012-08-09 20:27:47 PDT
We want to remove V8Proxy. In this bug we remove V8Proxy::collectIsolatedContexts().
Comment 1 Kentaro Hara 2012-08-09 20:29:28 PDT
Created attachment 157624 [details]
Patch
Comment 2 Adam Barth 2012-08-10 00:58:19 PDT
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?
Comment 3 Kentaro Hara 2012-08-10 06:00:40 PDT
Created attachment 157719 [details]
patch for landing
Comment 4 WebKit Review Bot 2012-08-10 08:16:38 PDT
Comment on attachment 157719 [details]
patch for landing

Clearing flags on attachment: 157719

Committed r125279: <http://trac.webkit.org/changeset/125279>