| Index: third_party/WebKit/Source/core/css/properties/CSSPropertyAPILetterAndWordSpacing.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/properties/CSSPropertyAPILetterAndWordSpacing.cpp b/third_party/WebKit/Source/core/css/properties/CSSPropertyAPILetterAndWordSpacing.cpp
|
| index f1e5d6fac352febfcb35425ed9101157c2dbbd16..a7ad107429bf0a2cf9a9468ee6c93a4a69508c5c 100644
|
| --- a/third_party/WebKit/Source/core/css/properties/CSSPropertyAPILetterAndWordSpacing.cpp
|
| +++ b/third_party/WebKit/Source/core/css/properties/CSSPropertyAPILetterAndWordSpacing.cpp
|
| @@ -11,7 +11,8 @@ namespace blink {
|
|
|
| const CSSValue* CSSPropertyAPILetterAndWordSpacing::parseSingleValue(
|
| CSSParserTokenRange& range,
|
| - const CSSParserContext& context) {
|
| + const CSSParserContext& context,
|
| + CSSPropertyID) {
|
| if (range.Peek().Id() == CSSValueNormal)
|
| return CSSPropertyParserHelpers::ConsumeIdent(range);
|
| // TODO(timloh): allow <percentage>s in word-spacing.
|
|
|