Bug 27335 - [V8] V8IsolatedWorld::evaluate needs to call didCreateIsolatedScriptContext
Summary: [V8] V8IsolatedWorld::evaluate needs to call didCreateIsolatedScriptContext
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore JavaScript (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-16 01:01 PDT by Adam Barth
Modified: 2009-07-16 15:46 PDT (History)
2 users (show)

See Also:


Attachments
patch (1.49 KB, patch)
2009-07-16 01:08 PDT, Adam Barth
dglazkov: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Barth 2009-07-16 01:01:32 PDT
Apparently we need to notify the client when we create isolated script contexts.  I don't think this design is correct, but that's an issue for another day.
Comment 1 Adam Barth 2009-07-16 01:08:32 PDT
Created attachment 32841 [details]
patch
Comment 2 Dimitri Glazkov (Google) 2009-07-16 09:33:11 PDT
Comment on attachment 32841 [details]
patch

Apparently.
Comment 3 Adam Barth 2009-07-16 15:46:58 PDT
I landed this.  Not sure which rev.