DescriptionFixed traversal bug in CSSValueList::removeAll
Fixed a small bug in CSSValueList::removeAll where every element after a
removed one would previously be skipped. With this patch, removeAll()
checks all elements correctly.
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=197699
Patch Set 1 #Patch Set 2 : Review feedback #Patch Set 3 : Changed size_t to int #Messages
Total messages: 16 (7 generated)
|