| 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 2055a28b17eebcd663c871d9a06cd7f5f19a75b4..b0c84bf2a96c0df47427e4ad828ef9807f8e8d44 100644
|
| --- a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp
|
| +++ b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp
|
| @@ -1659,8 +1659,6 @@ const CSSValue* CSSPropertyParser::ParseSingleValue(
|
| }
|
|
|
| switch (property) {
|
| - case CSSPropertyFontFeatureSettings:
|
| - return CSSPropertyFontUtils::ConsumeFontFeatureSettings(range_);
|
| case CSSPropertyFontWeight:
|
| return CSSPropertyFontUtils::ConsumeFontWeight(range_);
|
| case CSSPropertyMaxWidth:
|
|
|