| Summary: | Clean up iterator filter / iterator range code | ||||||
|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Sam Weinig <sam> | ||||
| Component: | New Bugs | Assignee: | Sam Weinig <sam> | ||||
| Status: | RESOLVED FIXED | ||||||
| Severity: | Normal | CC: | benjamin, bunhere, cmarcelo, commit-queue, gyuyoung.kim, rakuco | ||||
| Priority: | P2 | ||||||
| Version: | 528+ (Nightly build) | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Attachments: |
|
||||||
|
Description
Sam Weinig
2014-01-11 10:48:30 PST
Created attachment 220938 [details]
Patch
Comment on attachment 220938 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=220938&action=review Shouldn't you add the necessary using declarations as well? > LayoutTests/ChangeLog:14 > +2014-01-06 Sam Weinig <sam@webkit.org> > + > + [JS] Should be able to create a promise by calling the Promise constructor as a function > + https://bugs.webkit.org/show_bug.cgi?id=126561 > + > + Reviewed by NOBODY (OOPS!). > + > + * js/dom/Promise-types-expected.txt: > + * js/dom/Promise-types.html: > + Add test for using calling a Promise constructor as a function. > + > 2014-01-10 Commit Queue <commit-queue@webkit.org> > > Unreviewed, rolling out r161702. Please don't commit this. Committed r161770: <http://trac.webkit.org/changeset/161770> |