| Index: third_party/WebKit/Source/core/css/CSSCalculationValue.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/CSSCalculationValue.cpp b/third_party/WebKit/Source/core/css/CSSCalculationValue.cpp
|
| index 0f78c2caf47a63cfb55b1731fec02b039b17c549..3eaf984de25b259e9b8b45f9322eddb22207b66c 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSCalculationValue.cpp
|
| +++ b/third_party/WebKit/Source/core/css/CSSCalculationValue.cpp
|
| @@ -646,6 +646,7 @@ private:
|
| if (tokens.peek().type() == LeftParenthesisToken) {
|
| CSSParserTokenRange innerRange = tokens.consumeBlock();
|
| tokens.consumeWhitespace();
|
| + innerRange.consumeWhitespace();
|
| return parseValueExpression(innerRange, depth, result);
|
| }
|
|
|
|
|