DescriptionHTMLCollection should not inherit NodeList
HTMLCollection should not inherit NodeList. Those types are unrelated in DOM so
having one inherit the other on native side was confusing. It also led to:
- HTMLCollection redefining isLiveNodeList() which was virtual in NodeList
- HTMLCollection::item() / HTMLCollection::length() were needlessly virtual,
which is bad for performance
R=abarth, esprehn
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=164383
Patch Set 1 #
Messages
Total messages: 4 (0 generated)
|