Bug 86802

Summary: [V8][Refactoring] Remove V8Proxy::throwError(const char*, ErrorType, v8::Isolate*=0)
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: 84074    
Attachments:
Description Flags
Patch none

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.