Bug 84736 - [V8] Make the Isolate* parameter non-optional in setDOMException()
Summary: [V8] Make the Isolate* parameter non-optional in setDOMException()
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: 84074
  Show dependency treegraph
 
Reported: 2012-04-24 09:55 PDT by Kentaro Hara
Modified: 2012-04-25 10:57 PDT (History)
3 users (show)

See Also:


Attachments
Patch (1.60 KB, patch)
2012-04-24 09:56 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-04-24 09:55:06 PDT
Now all setDOMException() callers pass Isolate* to setDOMException(). We can make the Isolate* parameter non-optional.
Comment 1 Kentaro Hara 2012-04-24 09:56:50 PDT
Created attachment 138584 [details]
Patch
Comment 2 WebKit Review Bot 2012-04-25 10:57:35 PDT
Comment on attachment 138584 [details]
Patch

Clearing flags on attachment: 138584

Committed r115228: <http://trac.webkit.org/changeset/115228>
Comment 3 WebKit Review Bot 2012-04-25 10:57:39 PDT
All reviewed patches have been landed.  Closing bug.