DescriptionDrop traverseNextElement() method from HTMLCollection class
Drop traverseNextElement() method from HTMLCollection class to avoid code
duplication with traverseForwardToOffset(). This method was only used
by supportedPropertyNames() and updateIdNameCache(). Now these methods
uses the standard traversal API (HTMLCollection::length() / item(index)),
and thus the standard code path for HTMLCollection traversal.
I did not see any regression with this change on Dromaeo:
http://dromaeo.com/?id=223149,223150
R=adamk@chromium.org, esprehn@chromium.org
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=176253
Patch Set 1 #
Total comments: 3
Patch Set 2 : Fix space issue #
Messages
Total messages: 9 (0 generated)
|