DescriptionRemove redundant call of argsList->current() from loops in CSSParser
while loops in CSSParser call argList->current() function at the start
of each iteration, but this is redundant because argsList->next() at
the end of the iteration calls the argList->current() and returns the
result.
BUG=
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=155402
Patch Set 1 #
Messages
Total messages: 4 (0 generated)
|