DescriptionMove m_shouldOnlyIncludeDirectChildren member from LiveNodeListBase to HTMLCollection
Move m_shouldOnlyIncludeDirectChildren member from LiveNodeListBase to HTMLCollection
as it is only useful to HTMLCollection and not LiveNodeList. This is always false for
LiveNodeList now that ChildNodeList no longer subclasses LiveNodeList after r166565.
A shouldOnlyIncludeDirectChildren() method is added to LiveNodeList which is inlined
and returns false unconditionally. This method is called from templated methods in
LiveNodeListBase and therefore the compiler will be able to optimize the branching
out in the LiveNodeList specializations of these methods.
R=esprehn, adamk
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=166653
Patch Set 1 #
Messages
Total messages: 5 (0 generated)
|