Bug 77710

Summary: Rename [DontEnum] IDL to [NotEnumerable] IDL
Product: WebKit Reporter: Kentaro Hara <haraken>
Component: WebCore JavaScriptAssignee: Kentaro Hara <haraken>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, darin, japhet, macpherson, menard, ojan, tkent, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 77393    
Attachments:
Description Flags
Patch none

Description Kentaro Hara 2012-02-02 20:58:02 PST
[DontEnum] is a negation of [[Enumerable]] in the ECMAScript spec (8.6.1 of http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-262.pdf). We can rename [DontEnum] to [NotEnumerable].
Comment 1 Kentaro Hara 2012-02-02 21:02:30 PST
Created attachment 125252 [details]
Patch
Comment 2 Adam Barth 2012-02-03 00:55:24 PST
Comment on attachment 125252 [details]
Patch

Aligning with WebIDL here seems like an improvement.
Comment 3 WebKit Review Bot 2012-02-03 03:05:23 PST
Comment on attachment 125252 [details]
Patch

Clearing flags on attachment: 125252

Committed r106645: <http://trac.webkit.org/changeset/106645>
Comment 4 WebKit Review Bot 2012-02-03 03:05:28 PST
All reviewed patches have been landed.  Closing bug.