Index: Source/core/css/parser/CSSPropertyParser.h |
diff --git a/Source/core/css/parser/CSSPropertyParser.h b/Source/core/css/parser/CSSPropertyParser.h |
index 037b6467083ba664d8185381b29a51646373adfd..a9e6a7a72b2318c15067d0a8d36a5d313bf51614 100644 |
--- a/Source/core/css/parser/CSSPropertyParser.h |
+++ b/Source/core/css/parser/CSSPropertyParser.h |
@@ -76,6 +76,8 @@ public: |
bool parseValue(CSSPropertyID, bool important); |
+ static bool isSystemColor(int id); |
+ |
private: |
bool inShorthand() const { return m_inParseShorthand; } |
bool inQuirksMode() const { return isQuirksModeBehavior(m_context.mode()); } |