DescriptionRemove attributeCount() / attributeAt() API from Element
Remove attributeCount() / attributeAt() API from Element and port callers to
the new AttributeCollection API instead. This avoids API duplication between
Element and AttributeCollection. This also usually makes the calling code
more efficient as it avoids redundant (implicit) ElementData::isUnique()
checks and potentially leverages iterators.
R=esprehn@chromium.org
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=178056
Patch Set 1 #Patch Set 2 : Clean up #
Messages
Total messages: 7 (0 generated)
|