| 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 adc95000bebdaa87d6641da517af9aadfae520db..c1b512d4203d3ae9e92465299a5f6a8c8d17dd81 100644
|
| --- a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp
|
| +++ b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp
|
| @@ -155,9 +155,9 @@ bool CSSPropertyParser::isColorKeyword(CSSValueID id)
|
| // '-internal-inactive-list-box-selection'
|
| // '-internal-inactive-list-box-selection-text'
|
| // '-webkit-focus-ring-color'
|
| - // '-webkit-text'
|
| + // '-internal-quirk-inherit'
|
| //
|
| - return (id >= CSSValueAqua && id <= CSSValueWebkitText)
|
| + return (id >= CSSValueAqua && id <= CSSValueInternalQuirkInherit)
|
| || (id >= CSSValueAliceblue && id <= CSSValueYellowgreen)
|
| || id == CSSValueMenu;
|
| }
|
|
|