Bug 93605

Summary: [V8] Remove V8Proxy::throwError(ExceptionCode&)
Product: WebKit Reporter: Kentaro Hara <haraken>
Component: WebCore JavaScriptAssignee: Kentaro Hara <haraken>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, japhet, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 85330    
Attachments:
Description Flags
Patch none

Kentaro Hara
Reported 2012-08-09 05:16:14 PDT
(1) Pass Isolate around to V8Utilities::extractTransferables(). (2) Replace throwError(ExceptionCode&) in V8Utilities::extractTransferables() with setDOMException(ExceptionCode&, Isolate*), which completely removes V8Proxy::throwError(ExceptionCode&) from the code base. (3) Remove V8Proxy::throwError(ExceptionCode&).
Attachments
Patch (15.54 KB, patch)
2012-08-09 05:17 PDT, Kentaro Hara
no flags
Kentaro Hara
Comment 1 2012-08-09 05:17:39 PDT
WebKit Review Bot
Comment 2 2012-08-09 16:02:21 PDT
Comment on attachment 157440 [details] Patch Clearing flags on attachment: 157440 Committed r125217: <http://trac.webkit.org/changeset/125217>
WebKit Review Bot
Comment 3 2012-08-09 16:02:24 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.