Bug 30696

Summary: Add isolated worlds support to the JSC bindings.
Product: WebKit Reporter: Gavin Barraclough <barraclough>
Component: WebCore JavaScriptAssignee: Gavin Barraclough <barraclough>
Status: RESOLVED FIXED    
Severity: Normal CC: laszlo.gombos
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
The patch sam: review+

Description Gavin Barraclough 2009-10-22 17:21:49 PDT
Presently the JSC engine does not support isolated worlds.  Fix that.
Comment 1 Gavin Barraclough 2009-10-22 17:31:24 PDT
Created attachment 41701 [details]
The patch
Comment 2 Sam Weinig 2009-10-22 17:42:14 PDT
Comment on attachment 41701 [details]
The patch


> +class JSGlobalDataWorldIterator
> +{

The { should be on the line above.

r=me.
Comment 3 Gavin Barraclough 2009-10-22 21:34:27 PDT
Committed revision 49963.