Index: third_party/WebKit/Source/core/css/parser/CSSParserFastPaths.h |
diff --git a/third_party/WebKit/Source/core/css/parser/CSSParserFastPaths.h b/third_party/WebKit/Source/core/css/parser/CSSParserFastPaths.h |
index f8d769ba7980d472c99b8d5e772b3b5cbe121a84..0e479153fb3a92f29b07c90c13ad14f8327b6c1e 100644 |
--- a/third_party/WebKit/Source/core/css/parser/CSSParserFastPaths.h |
+++ b/third_party/WebKit/Source/core/css/parser/CSSParserFastPaths.h |
@@ -24,7 +24,8 @@ class CORE_EXPORT CSSParserFastPaths { |
// about handling any property completely. |
static CSSValue* maybeParseValue(CSSPropertyID, const String&, CSSParserMode); |
- // Properties handled here shouldn't be explicitly handled in CSSPropertyParser |
+ // Properties handled here shouldn't be explicitly handled in |
+ // CSSPropertyParser |
static bool isKeywordPropertyID(CSSPropertyID); |
static bool isValidKeywordPropertyAndValue(CSSPropertyID, |
CSSValueID, |