Index: Source/core/css/CSSParser.h |
diff --git a/Source/core/css/CSSParser.h b/Source/core/css/CSSParser.h |
index 4dbe3da929064125a5277cb23cc0057650c0f80c..d195f74a61d27ae73ce2c4a2adb3a6f6d35dbd34 100644 |
--- a/Source/core/css/CSSParser.h |
+++ b/Source/core/css/CSSParser.h |
@@ -123,7 +123,7 @@ public: |
bool parseContent(CSSPropertyID, bool important); |
bool parseQuotes(CSSPropertyID, bool important); |
- static bool parseValue(MutableStylePropertySet*, CSSPropertyID, const String&, bool important, Document*); |
+ static bool parseValue(MutableStylePropertySet*, CSSPropertyID, const String&, bool important, const Document&); |
void storeVariableDeclaration(const CSSParserString&, PassOwnPtr<CSSParserValueList>, bool important); |
PassRefPtr<CSSValue> parseAttr(CSSParserValueList* args); |