Bug 90044 - [V8] Refactor V8BindingPerIsolateData::current() and V8BindingPerIsolateData::get()
Summary: [V8] Refactor V8BindingPerIsolateData::current() and V8BindingPerIsolateData:...
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-06-26 22:22 PDT by Kentaro Hara
Modified: 2012-06-27 00:28 PDT (History)
4 users (show)

See Also:


Attachments
Patch (2.12 KB, patch)
2012-06-26 22:24 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-06-26 22:22:26 PDT
'static_cast<V8BindingPerIsolateData*>(isolate->GetData())' is duplicated in V8BindingPerIsolateData::current() and V8BindingPerIsolateData::get().
Comment 1 Kentaro Hara 2012-06-26 22:24:01 PDT
Created attachment 149678 [details]
Patch
Comment 2 WebKit Review Bot 2012-06-27 00:28:46 PDT
Comment on attachment 149678 [details]
Patch

Clearing flags on attachment: 149678

Committed r121326: <http://trac.webkit.org/changeset/121326>
Comment 3 WebKit Review Bot 2012-06-27 00:28:50 PDT
All reviewed patches have been landed.  Closing bug.