DescriptionRename CollectionIndexCache API to not use 'Element'
Rename CollectionIndexCache API to not use 'Element':
- traverseToFirstElement() -> traverseToFirst()
- traverseToLastElement() -> traverseToLast()
Using Element is confusing because some CollectionIndexCache users like
ChildNodeList deal with pure Nodes. The Node type is a template parameter
of the CollectionIndexCache class so the API should be seem to be Element
specific.
R=rob.buis@samsung.com
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=180371
Patch Set 1 #Patch Set 2 : Rebase #
Messages
Total messages: 9 (0 generated)
|