summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/svg/SVGColor.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/svg/SVGColor.h')
-rw-r--r--Source/WebCore/svg/SVGColor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/WebCore/svg/SVGColor.h b/Source/WebCore/svg/SVGColor.h
index 58dc704..9ca3c14 100644
--- a/Source/WebCore/svg/SVGColor.h
+++ b/Source/WebCore/svg/SVGColor.h
@@ -23,7 +23,7 @@
#define SVGColor_h
#if ENABLE(SVG)
-#include "CSSMutableValue.h"
+#include "CSSValue.h"
#include "Color.h"
#include <wtf/PassRefPtr.h>
@@ -31,7 +31,7 @@ namespace WebCore {
class RGBColor;
-class SVGColor : public CSSMutableValue {
+class SVGColor : public CSSValue {
public:
enum SVGColorType {
SVG_COLORTYPE_UNKNOWN = 0,