DescriptionUse stricter typing for traverse roots in SelectorQuery
Use stricter typing for traverse roots in SelectorQuery. We now use Element or
ContainerNode, as appropriate. This enables using the faster DOM traversal method
specializations as the compiler now knows these are container nodes and not
simply generic Node types.
R=esprehn, adamk
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=166344
Patch Set 1 #
Messages
Total messages: 10 (0 generated)
|