| Index: third_party/WebKit/Source/core/css/properties/CSSPropertyAPIColor.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIColor.cpp b/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIColor.cpp
|
| index 00a1ed2e0397537ede321add82c81de9fff054e2..fb4bf677f3ac1ea343f43e8af95bbc5c0496a7f1 100644
|
| --- a/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIColor.cpp
|
| +++ b/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIColor.cpp
|
| @@ -11,8 +11,8 @@
|
|
|
| const CSSValue* CSSPropertyAPIColor::parseSingleValue(
|
| CSSParserTokenRange& range,
|
| - const CSSParserContext* context) {
|
| - return CSSPropertyParserHelpers::consumeColor(range, context->mode());
|
| + const CSSParserContext& context) {
|
| + return CSSPropertyParserHelpers::consumeColor(range, context.mode());
|
| }
|
|
|
| } // namespace blink
|
|
|