Bug 30696 - Add isolated worlds support to the JSC bindings.
Summary: Add isolated worlds support to the JSC bindings.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore JavaScript (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Gavin Barraclough
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-22 17:21 PDT by Gavin Barraclough
Modified: 2009-10-22 21:34 PDT (History)
1 user (show)

See Also:


Attachments
The patch (166.10 KB, patch)
2009-10-22 17:31 PDT, Gavin Barraclough
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.