DescriptionRemove NodeList's anonymous named getter
Remove NodeList's anonymous named getter as this is not part of the
specification:
http://dom.spec.whatwg.org/#nodelist
The new behavior is consistent with Firefox 26 and IE11. This was tested using:
http://jsfiddle.net/HQ5Nf/3/
NodeList's named getter used to get needed when getElementsByClassName() /
getElementsByTagName*() wrongly returned a NodeList instead of an
HTMLCollection. However, this has been fixed in r166263. HTMLCollection does
have an anonymous named getter.
BUG=235008
R=arv, haraken, tkent
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=166356
Patch Set 1 #Patch Set 2 : clang build fix #Patch Set 3 : Tiny idl fix #Patch Set 4 : Another clang build fix #
Messages
Total messages: 6 (0 generated)
|