| 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 c8d15046dc71d9de3b4292d1e79edbbf5dec641b..152a702b166e4a91f9642c1794b02913d38352ca 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 CSSPropertyD:
|
| - return CSSPropertyOffsetPathUtils::ConsumePathOrNone(range_);
|
| case CSSPropertyOffsetPath:
|
| return CSSPropertyOffsetPathUtils::ConsumeOffsetPath(range_, context_);
|
| case CSSPropertyOffsetDistance:
|
|
|