| Index: third_party/WebKit/Source/core/css/properties/CSSPropertyAPIFragmentation.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIFragmentation.cpp b/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIFragmentation.cpp
|
| index 050d6268f69bfd9f275b82854516a67c9726dda5..d3b9cc3be51ac442ea98850222705d6a872e6f5c 100644
|
| --- a/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIFragmentation.cpp
|
| +++ b/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIFragmentation.cpp
|
| @@ -7,7 +7,7 @@
|
| namespace blink {
|
| const CSSValue* CSSPropertyAPIFragmentation::parseSingleValue(
|
| CSSParserTokenRange& range,
|
| - const CSSParserContext& context) {
|
| + const CSSParserContext* context) {
|
| return CSSPropertyParserHelpers::consumePositiveInteger(range);
|
| }
|
| } // namespace blink
|
|
|