Index: Source/core/css/parser/CSSParserFastPaths.h |
diff --git a/Source/core/css/parser/CSSParserFastPaths.h b/Source/core/css/parser/CSSParserFastPaths.h |
index b801812d13856669b90bf26032d0f11bcb8a20fa..d8320961ca594bef0ce4e0446f9afc3ccdd42761 100644 |
--- a/Source/core/css/parser/CSSParserFastPaths.h |
+++ b/Source/core/css/parser/CSSParserFastPaths.h |
@@ -25,7 +25,7 @@ public: |
static bool isKeywordPropertyID(CSSPropertyID); |
static bool isValidKeywordPropertyAndValue(CSSPropertyID, CSSValueID); |
- static PassRefPtrWillBeRawPtr<CSSValue> parseColor(const String&, bool quirksMode); |
+ static PassRefPtrWillBeRawPtr<CSSValue> parseColor(const String&, CSSParserMode); |
}; |
} // namespace blink |