Bug 126817 - Clean up iterator filter / iterator range code
Summary: Clean up iterator filter / iterator range code
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-11 10:48 PST by Sam Weinig
Modified: 2014-01-11 11:13 PST (History)
6 users (show)

See Also:


Attachments
Patch (31.70 KB, patch)
2014-01-11 11:03 PST, Sam Weinig
andersca: review+
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-11 10:48:30 PST
Clean up iterator filter / iterator range code
Comment 1 Sam Weinig 2014-01-11 11:03:03 PST
Created attachment 220938 [details]
Patch
Comment 2 Anders Carlsson 2014-01-11 11:08:20 PST
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.
Comment 3 Sam Weinig 2014-01-11 11:13:51 PST
Committed r161770: <http://trac.webkit.org/changeset/161770>