| Index: third_party/WebKit/Source/core/css/properties/CSSPropertyAPIOffsetPath.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIOffsetPath.cpp b/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIOffsetPath.cpp
|
| index bb10b5c7bfb48076c56b9d5ab3fd91e5afd5296b..6712e7506edbafb95393015e49e7833744551c12 100644
|
| --- a/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIOffsetPath.cpp
|
| +++ b/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIOffsetPath.cpp
|
| @@ -13,7 +13,7 @@ const CSSValue* CSSPropertyAPIOffsetPath::parseSingleValue(
|
| CSSParserTokenRange& range,
|
| const CSSParserContext& context,
|
| const CSSParserLocalContext&) {
|
| - return CSSPropertyOffsetPathUtils::ConsumeOffsetPath(range, &context);
|
| + return CSSPropertyOffsetPathUtils::ConsumeOffsetPath(range, context);
|
| }
|
|
|
| } // namespace blink
|
|
|