| Index: third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp
|
| index 923de06ea8a3065704165118827be333d1c01066..10f70dfae877c978858694ede4870cf67fa41850 100644
|
| --- a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp
|
| +++ b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp
|
| @@ -3427,7 +3427,6 @@ const CSSValue* CSSPropertyParser::parseSingleValue(CSSPropertyID unresolvedProp
|
| return consumeVerticalAlign(m_range, m_context.mode());
|
| case CSSPropertyShapeOutside:
|
| return consumeShapeOutside(m_range, m_context);
|
| - case CSSPropertyWebkitClipPath:
|
| case CSSPropertyClipPath:
|
| return consumeClipPath(m_range, m_context);
|
| case CSSPropertyJustifyContent:
|
|
|