Bug 107490 - [V8] ScriptState::isolate() should use Context::GetIsolate()
Summary: [V8] ScriptState::isolate() should use Context::GetIsolate()
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: 2013-01-21 17:51 PST by Kentaro Hara
Modified: 2013-01-21 23:34 PST (History)
3 users (show)

See Also:


Attachments
Patch (1.51 KB, patch)
2013-01-21 17:52 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 2013-01-21 17:51:19 PST
Now V8 provides Context::GetIsolate(). We should use it in ScriptState::isolate().
Comment 1 Kentaro Hara 2013-01-21 17:52:39 PST
Created attachment 183860 [details]
Patch
Comment 2 Adam Barth 2013-01-21 23:07:34 PST
Comment on attachment 183860 [details]
Patch

Oh, great!
Comment 3 WebKit Review Bot 2013-01-21 23:34:45 PST
Comment on attachment 183860 [details]
Patch

Clearing flags on attachment: 183860

Committed r140387: <http://trac.webkit.org/changeset/140387>
Comment 4 WebKit Review Bot 2013-01-21 23:34:48 PST
All reviewed patches have been landed.  Closing bug.