| Index: third_party/WebKit/Source/core/css/properties/CSSPropertyAPIClipPath.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIClipPath.cpp b/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIClipPath.cpp
|
| index 81d20366451b2de079cd99ef0269c85f04557760..c6f4544042ab07df52849af081e0b7df5538c2dc 100644
|
| --- a/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIClipPath.cpp
|
| +++ b/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIClipPath.cpp
|
| @@ -18,7 +18,7 @@ const CSSValue* CSSPropertyAPIClipPath::parseSingleValue(
|
| return CSSPropertyParserHelpers::ConsumeIdent(range);
|
| if (CSSURIValue* url = CSSPropertyParserHelpers::ConsumeUrl(range, &context))
|
| return url;
|
| - return CSSPropertyShapeUtils::ConsumeBasicShape(range, &context);
|
| + return CSSPropertyShapeUtils::ConsumeBasicShape(range, context);
|
| }
|
|
|
| } // namespace blink
|
|
|