Bug 108567

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

Description Kentaro Hara 2013-01-31 19:39:31 PST
The optional Isolate parameter will be removed once all call sites have an Isolate. It will require several patches.
Comment 1 Kentaro Hara 2013-01-31 19:41:54 PST
Created attachment 185919 [details]
Patch
Comment 2 Adam Barth 2013-02-01 00:30:26 PST
Comment on attachment 185919 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=185919&action=review

> Source/WebCore/ChangeLog:3
> +        [V8] Add a temporal optional Isolate parameter to HasInstance()

temporal -> temporary
Comment 3 Kentaro Hara 2013-02-01 00:47:34 PST
Committed r141553: <http://trac.webkit.org/changeset/141553>