Bug 160182 - DOMTokenList.prototype.toString should be enumerable
Summary: DOMTokenList.prototype.toString should be enumerable
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Bindings (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: WebExposed
Depends on:
Blocks:
 
Reported: 2016-07-25 19:47 PDT by Chris Dumez
Modified: 2016-07-25 22:29 PDT (History)
10 users (show)

See Also:


Attachments
Patch (3.45 KB, patch)
2016-07-25 20:37 PDT, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2016-07-25 19:47:24 PDT
DOMTokenList.prototype.toString should be enumerable:
- https://dom.spec.whatwg.org/#interface-domtokenlist
- http://heycam.github.io/webidl/#es-stringifier

Firefox and Chrome agree with the specification.
Comment 1 Chris Dumez 2016-07-25 20:37:33 PDT
Created attachment 284560 [details]
Patch
Comment 2 WebKit Commit Bot 2016-07-25 22:28:56 PDT
Comment on attachment 284560 [details]
Patch

Clearing flags on attachment: 284560

Committed r203712: <http://trac.webkit.org/changeset/203712>
Comment 3 WebKit Commit Bot 2016-07-25 22:29:01 PDT
All reviewed patches have been landed.  Closing bug.