| Index: third_party/WebKit/Source/core/css/parser/LegacyCSSPropertyParser.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/parser/LegacyCSSPropertyParser.cpp b/third_party/WebKit/Source/core/css/parser/LegacyCSSPropertyParser.cpp
|
| index b679a6669d6dccd8a8bc3850be9ac73e978658aa..647911c691e7da9c9766b280079bf3d9a64afa75 100644
|
| --- a/third_party/WebKit/Source/core/css/parser/LegacyCSSPropertyParser.cpp
|
| +++ b/third_party/WebKit/Source/core/css/parser/LegacyCSSPropertyParser.cpp
|
| @@ -624,8 +624,6 @@ PassRefPtrWillBeRawPtr<CSSValue> CSSPropertyParser::parseColor(const CSSParserVa
|
| if (isColorKeyword(id)) {
|
| if (!isValueAllowedInMode(id, m_context.mode()))
|
| return nullptr;
|
| - if (id == CSSValueWebkitText && m_context.useCounter())
|
| - m_context.useCounter()->count(UseCounter::WebkitTextInColorProperty);
|
| return cssValuePool().createIdentifierValue(id);
|
| }
|
| RGBA32 c = Color::transparent;
|
|
|