| 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 152a702b166e4a91f9642c1794b02913d38352ca..effd923588b3679705475e596ac0098de75bc8aa 100644
|
| --- a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp
|
| +++ b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp
|
| @@ -1730,8 +1730,6 @@ const CSSValue* CSSPropertyParser::ParseSingleValue(
|
| case CSSPropertyWebkitTextDecorationsInEffect:
|
| case CSSPropertyTextDecorationLine:
|
| return ConsumeTextDecorationLine(range_);
|
| - case CSSPropertyOffsetPath:
|
| - return CSSPropertyOffsetPathUtils::ConsumeOffsetPath(range_, context_);
|
| case CSSPropertyOffsetDistance:
|
| return ConsumeLengthOrPercent(range_, context_->Mode(), kValueRangeAll);
|
| case CSSPropertyOffsetRotate:
|
|
|