Bug 87102 - [V8] Replace 'setDOMException(); return Undefined();' with 'return setDOMException();'
Summary: [V8] Replace 'setDOMException(); return Undefined();' with 'return setDOMExce...
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-05-22 01:43 PDT by Kentaro Hara
Modified: 2012-05-22 15:21 PDT (History)
3 users (show)

See Also:


Attachments
Patch (27.03 KB, patch)
2012-05-22 01:51 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-22 01:43:53 PDT
We can replace

    setDOMException();
    return v8::Undefined();

with

    return setDOMException();
Comment 1 Kentaro Hara 2012-05-22 01:51:01 PDT
Created attachment 143232 [details]
Patch
Comment 2 WebKit Review Bot 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>
Comment 3 WebKit Review Bot 2012-05-22 15:21:53 PDT
All reviewed patches have been landed.  Closing bug.