Bug 103949 - [V8] Enter an Isolate before initializing PerIsolateData
Summary: [V8] Enter an Isolate before initializing PerIsolateData
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore JavaScript (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Kentaro Hara
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-03 16:50 PST by Kentaro Hara
Modified: 2012-12-03 23:42 PST (History)
3 users (show)

See Also:


Attachments
Patch (1.77 KB, patch)
2012-12-03 16:51 PST, Kentaro Hara
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kentaro Hara 2012-12-03 16:50:44 PST
Currently we initialize PerIsolateData before entering an Isolate, which prevents us from using an Isolate in the PerIsolateData constructor. We should enter an Isolate first and then initialize PerIsolateData.
Comment 1 Kentaro Hara 2012-12-03 16:51:47 PST
Created attachment 177373 [details]
Patch
Comment 2 WebKit Review Bot 2012-12-03 23:42:36 PST
Comment on attachment 177373 [details]
Patch

Clearing flags on attachment: 177373

Committed r136479: <http://trac.webkit.org/changeset/136479>
Comment 3 WebKit Review Bot 2012-12-03 23:42:39 PST
All reviewed patches have been landed.  Closing bug.