Bug 87102

Summary: [V8] Replace 'setDOMException(); return Undefined();' with 'return setDOMException();'
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-05-22 01:43:53 PDT
We can replace setDOMException(); return v8::Undefined(); with return setDOMException();
Attachments
Patch (27.03 KB, patch)
2012-05-22 01:51 PDT, Kentaro Hara
no flags
Kentaro Hara
Comment 1 2012-05-22 01:51:01 PDT
WebKit Review Bot
Comment 2 2012-05-22 15:21:42 PDT
Comment on attachment 143232 [details] Patch Clearing flags on attachment: 143232 Committed r118063: <http://trac.webkit.org/changeset/118063>
WebKit Review Bot
Comment 3 2012-05-22 15:21:53 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.