DescriptionDrop slower Node::hasTagName(QualifiedName) overload
Drop slower Node::hasTagName(QualifiedName) overload. It is only used by
SiblingTraversalStrategies at this point. The objective is to encourage
future callers to use the faster alternatives:
- HTMLElement::hasTagName(HTMLQualifiedName) / SVGElement::hasTagName(SVGQualifiedName)
- Node::hasTagName(HTMLQualifiedName) / Node::hasTagName(SVGQualifiedName)
- Element::hasTagName(QualifiedName)
R=abarth@chromium.org
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=179165
Patch Set 1 #Patch Set 2 : Rebase #
Messages
Total messages: 6 (0 generated)
|