Bug 107679

Summary: [V8] Add an optional Isolate parameter to GetTemplate() and GetRawTemplate()
Product: WebKit Reporter: Kentaro Hara <haraken>
Component: WebCore JavaScriptAssignee: Kentaro Hara <haraken>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, eric.carlson, feature-media-reviews, japhet, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

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.