Bug 107679 - [V8] Add an optional Isolate parameter to GetTemplate() and GetRawTemplate()
Summary: [V8] Add an optional Isolate parameter to GetTemplate() and GetRawTemplate()
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-23 05:26 PST by Kentaro Hara
Modified: 2013-01-23 17:03 PST (History)
5 users (show)

See Also:


Attachments
Patch (45.69 KB, patch)
2013-01-23 05:43 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-23 05:26:54 PST
It is important to pass an Isolate to GetTemplate() and GetRawTemplate(). To proceed the work incrementally, this patch adds an optional Isolate parameter to GetTemplate() and GetRawTemplate(). Once all call sites are updated, the Isolate parameter will be made mandatory.
Comment 1 Kentaro Hara 2013-01-23 05:43:02 PST
Created attachment 184209 [details]
Patch
Comment 2 WebKit Review Bot 2013-01-23 17:03:11 PST
Comment on attachment 184209 [details]
Patch

Clearing flags on attachment: 184209

Committed r140616: <http://trac.webkit.org/changeset/140616>
Comment 3 WebKit Review Bot 2013-01-23 17:03:14 PST
All reviewed patches have been landed.  Closing bug.