DescriptionMediaQueryTokenizer does not parse correctly negative exponents
MediaQueryTokenizer does not parse correctly negative exponents. The sign
parameter for getExponent() was passed by value instead of reference.
Therefore, setting the sign to -1 in the function had no impact on the
caller.
TEST=MediaQueryTokenizerTest
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=171836
Patch Set 1 #
Messages
Total messages: 4 (0 generated)
|