Index: Source/WebCore/css/CSSValue.h |
=================================================================== |
--- Source/WebCore/css/CSSValue.h (revision 86165) |
+++ Source/WebCore/css/CSSValue.h (working copy) |
@@ -50,8 +50,6 @@ |
virtual String cssText() const = 0; |
void setCssText(const String&, ExceptionCode&) { } // FIXME: Not implemented. |
- virtual bool isMutableValue() const { return false; } |
- |
virtual bool isBorderImageValue() const { return false; } |
virtual bool isCursorImageValue() const { return false; } |
virtual bool isFontFamilyValue() const { return false; } |