| Index: third_party/WebKit/Source/core/css/properties/CSSPropertyAPIImage.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIImage.cpp b/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIImage.cpp
|
| index 8519d1f201968b4fba54596b0d93ba4188082b19..0dee17004eb4641288cb09625104553f42f58ffb 100644
|
| --- a/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIImage.cpp
|
| +++ b/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIImage.cpp
|
| @@ -10,8 +10,8 @@
|
|
|
| const CSSValue* CSSPropertyAPIImage::parseSingleValue(
|
| CSSParserTokenRange& range,
|
| - const CSSParserContext& context) {
|
| - return CSSPropertyParserHelpers::consumeImageOrNone(range, &context);
|
| + const CSSParserContext* context) {
|
| + return CSSPropertyParserHelpers::consumeImageOrNone(range, context);
|
| }
|
|
|
| } // namespace blink
|
|
|