| Index: third_party/WebKit/Source/core/css/parser/CSSParserFastPaths.cpp | 
| diff --git a/third_party/WebKit/Source/core/css/parser/CSSParserFastPaths.cpp b/third_party/WebKit/Source/core/css/parser/CSSParserFastPaths.cpp | 
| index ff06e316143a5d655d6e1cff09e992858bb9bddd..b6055081c78276e0c4f9a86d6dbfaf386fe38ca8 100644 | 
| --- a/third_party/WebKit/Source/core/css/parser/CSSParserFastPaths.cpp | 
| +++ b/third_party/WebKit/Source/core/css/parser/CSSParserFastPaths.cpp | 
| @@ -138,6 +138,7 @@ static CSSValue* parseSimpleLengthValue(CSSPropertyID propertyId, | 
|  | 
| static inline bool isColorPropertyID(CSSPropertyID propertyId) { | 
| switch (propertyId) { | 
| +    case CSSPropertyCaretColor: | 
| case CSSPropertyColor: | 
| case CSSPropertyBackgroundColor: | 
| case CSSPropertyBorderBottomColor: | 
|  |