summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/css/CSSValue.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/css/CSSValue.h')
-rw-r--r--Source/WebCore/css/CSSValue.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/WebCore/css/CSSValue.h b/Source/WebCore/css/CSSValue.h
index d1464ca..e8053fe 100644
--- a/Source/WebCore/css/CSSValue.h
+++ b/Source/WebCore/css/CSSValue.h
@@ -21,7 +21,6 @@
#ifndef CSSValue_h
#define CSSValue_h
-#include "CSSParserValues.h"
#include "KURLHash.h"
#include <wtf/ListHashSet.h>
#include <wtf/RefPtr.h>
@@ -70,8 +69,6 @@ public:
virtual bool isSVGPaint() const { return false; }
#endif
- virtual CSSParserValue parserValue() const { ASSERT_NOT_REACHED(); return CSSParserValue(); }
-
virtual void addSubresourceStyleURLs(ListHashSet<KURL>&, const CSSStyleSheet*) { }
};