Bug 108567 - [V8] Add a temporary optional Isolate parameter to HasInstance()
Summary: [V8] Add a temporary optional Isolate parameter to HasInstance()
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-31 19:39 PST by Kentaro Hara
Modified: 2013-02-01 00:47 PST (History)
8 users (show)

See Also:


Attachments
Patch (32.75 KB, patch)
2013-01-31 19:41 PST, Kentaro Hara
abarth: review+
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-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>