Bug 86802 - [V8][Refactoring] Remove V8Proxy::throwError(const char*, ErrorType, v8::Isolate*=0)
Summary: [V8][Refactoring] Remove V8Proxy::throwError(const char*, ErrorType, v8::Isol...
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-05-17 21:37 PDT by Kentaro Hara
Modified: 2012-05-18 05:32 PDT (History)
3 users (show)

See Also:


Attachments
Patch (5.54 KB, patch)
2012-05-17 21:39 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-05-17 21:37:30 PDT
As commented here (https://bugs.webkit.org/show_bug.cgi?id=84074#c5), I am refactoring a series of confusing throwError()s. This would be the final patch for the refactoring.

In this bug I remove V8Proxy::throwError(const char*, ErrorType, v8::Isolate*=0). Also I refactor up a couple of throwError()s that I've forgot to refactor in the previous patches.
Comment 1 Kentaro Hara 2012-05-17 21:39:32 PDT
Created attachment 142626 [details]
Patch
Comment 2 WebKit Review Bot 2012-05-18 05:32:00 PDT
Comment on attachment 142626 [details]
Patch

Clearing flags on attachment: 142626

Committed r117579: <http://trac.webkit.org/changeset/117579>
Comment 3 WebKit Review Bot 2012-05-18 05:32:05 PDT
All reviewed patches have been landed.  Closing bug.