Bug 126561 - [JS] Should be able to create a promise by calling the Promise constructor as a function
Summary: [JS] Should be able to create a promise by calling the Promise constructor as...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Sam Weinig
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-06 21:13 PST by Sam Weinig
Modified: 2014-01-11 11:02 PST (History)
10 users (show)

See Also:


Attachments
Patch (6.29 KB, patch)
2014-01-06 21:16 PST, Sam Weinig
no flags Details | Formatted Diff | Diff
Patch (32.53 KB, patch)
2014-01-11 10:58 PST, Sam Weinig
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sam Weinig 2014-01-06 21:13:32 PST
[JS] Should be able to create a promise by calling the Promise constructor as a function
Comment 1 Sam Weinig 2014-01-06 21:16:10 PST
Created attachment 220489 [details]
Patch
Comment 2 Geoffrey Garen 2014-01-07 15:22:18 PST
Comment on attachment 220489 [details]
Patch

r=me

Much JavaScript. Wow.
Comment 3 WebKit Commit Bot 2014-01-08 18:34:00 PST
Comment on attachment 220489 [details]
Patch

Clearing flags on attachment: 220489

Committed r161538: <http://trac.webkit.org/changeset/161538>
Comment 4 WebKit Commit Bot 2014-01-08 18:34:02 PST
All reviewed patches have been landed.  Closing bug.
Comment 5 Sam Weinig 2014-01-11 10:58:48 PST
Reopening to attach new patch.
Comment 6 Sam Weinig 2014-01-11 10:58:51 PST
Created attachment 220937 [details]
Patch