| Index: third_party/WebKit/Source/core/css/properties/CSSPropertyAPITextSizeAdjust.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/properties/CSSPropertyAPITextSizeAdjust.cpp b/third_party/WebKit/Source/core/css/properties/CSSPropertyAPITextSizeAdjust.cpp
|
| index b75b0767932584d77af772191fcc177cae21e870..1fbfd4636022c113fc2b0657855256e0ee153039 100644
|
| --- a/third_party/WebKit/Source/core/css/properties/CSSPropertyAPITextSizeAdjust.cpp
|
| +++ b/third_party/WebKit/Source/core/css/properties/CSSPropertyAPITextSizeAdjust.cpp
|
| @@ -11,7 +11,7 @@
|
|
|
| const CSSValue* CSSPropertyAPITextSizeAdjust::parseSingleValue(
|
| CSSParserTokenRange& range,
|
| - const CSSParserContext* context) {
|
| + const CSSParserContext& context) {
|
| if (range.peek().id() == CSSValueAuto)
|
| return CSSPropertyParserHelpers::consumeIdent(range);
|
| if (range.peek().id() == CSSValueNone)
|
|
|