Bug 93605 - [V8] Remove V8Proxy::throwError(ExceptionCode&)
Summary: [V8] Remove V8Proxy::throwError(ExceptionCode&)
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: 85330
  Show dependency treegraph
 
Reported: 2012-08-09 05:16 PDT by Kentaro Hara
Modified: 2012-08-09 16:02 PDT (History)
3 users (show)

See Also:


Attachments
Patch (15.54 KB, patch)
2012-08-09 05:17 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-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&).
Comment 1 Kentaro Hara 2012-08-09 05:17:39 PDT
Created attachment 157440 [details]
Patch
Comment 2 WebKit Review Bot 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>
Comment 3 WebKit Review Bot 2012-08-09 16:02:24 PDT
All reviewed patches have been landed.  Closing bug.