RESOLVED FIXED 150975
Remove unused HTMLFormControlsCollection::namedItem()
https://bugs.webkit.org/show_bug.cgi?id=150975
Summary Remove unused HTMLFormControlsCollection::namedItem()
Chris Dumez
Reported 2015-11-06 11:47:56 PST
Remove unused HTMLFormControlsCollection::namedItem(). JSHTMLFormControlsCollection::namedItem() calls namedItems() on the implementation object, not namedItem() because it returns a RadioNodeList when there are several matches.
Attachments
Patch (3.61 KB, patch)
2015-11-06 11:49 PST, Chris Dumez
no flags
Chris Dumez
Comment 1 2015-11-06 11:49:44 PST
Andreas Kling
Comment 2 2015-11-06 13:04:16 PST
Comment on attachment 264945 [details] Patch r=me
WebKit Commit Bot
Comment 3 2015-11-06 15:58:25 PST
Comment on attachment 264945 [details] Patch Clearing flags on attachment: 264945 Committed r192122: <http://trac.webkit.org/changeset/192122>
WebKit Commit Bot
Comment 4 2015-11-06 15:59:10 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.