DescriptionReduce usage of CSSParserValueList::size
Since CSSParserTokenRange represents a stream, calling something
like size on it makes no sense. So change the logic in these
places to not call size by checking for end of the value list.
BUG=499780
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=200741
Patch Set 1 #Patch Set 2 : Fix test #Patch Set 3 : Remove hasSingleValue change #Patch Set 4 : Fix warning #Messages
Total messages: 24 (13 generated)
|