Bug 85022 - [V8] Pass Isolate around in getDOMXXXMap()
Summary: [V8] Pass Isolate around in getDOMXXXMap()
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 17:48 PDT by Kentaro Hara
Modified: 2012-04-27 15:25 PDT (History)
3 users (show)

See Also:


Attachments
Patch (5.98 KB, patch)
2012-04-26 17:55 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 17:48:41 PDT
The objective is to pass Isolate around in V8 bindings. In this bug we pass Isolate to getDOMXXXMap().
Comment 1 Kentaro Hara 2012-04-26 17:55:27 PDT
Created attachment 139111 [details]
Patch
Comment 2 Kentaro Hara 2012-04-27 14:37:54 PDT
Committed r115495: <http://trac.webkit.org/changeset/115495>