Bug 85023 - [V8] Pass Isolate to V8BindingPerIsolateData::current()
Summary: [V8] Pass Isolate to V8BindingPerIsolateData::current()
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: 84074
  Show dependency treegraph
 
Reported: 2012-04-26 18:00 PDT by Kentaro Hara
Modified: 2012-04-27 15:25 PDT (History)
3 users (show)

See Also:


Attachments
Patch (2.08 KB, patch)
2012-04-26 18:02 PDT, 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-04-26 18:00:46 PDT
The objective is to pass Isolate around in V8 bindings. In this bug we pass Isolate to V8BindingPerIsolateData::current().
Comment 1 Kentaro Hara 2012-04-26 18:02:17 PDT
Created attachment 139114 [details]
Patch
Comment 2 Kentaro Hara 2012-04-27 14:35:38 PDT
Committed r115494: <http://trac.webkit.org/changeset/115494>