Bug 124129

Summary: Implement Set iterators
Product: WebKit Reporter: Oliver Hunt <oliver>
Component: New BugsAssignee: Oliver Hunt <oliver>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, gyuyoung.kim, rakuco, simon.fraser
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch koivisto: review+

Description Oliver Hunt 2013-11-10 13:16:49 PST
Implement Set iterators
Comment 1 Oliver Hunt 2013-11-10 13:24:14 PST
Created attachment 216536 [details]
Patch
Comment 2 Antti Koivisto 2013-11-10 14:25:07 PST
Comment on attachment 216536 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=216536&action=review

> Source/JavaScriptCore/runtime/JSSetIterator.h:73
> +private:
> +
> +    static const unsigned StructureFlags = Base::StructureFlags | OverridesVisitChildren;

Unnecessary new line
Comment 3 Oliver Hunt 2013-11-10 14:26:15 PST
Committed r159031: <http://trac.webkit.org/changeset/159031>