summaryrefslogtreecommitdiffstats
path: root/WebCore/svg/properties/SVGProperty.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/svg/properties/SVGProperty.h')
-rw-r--r--WebCore/svg/properties/SVGProperty.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/WebCore/svg/properties/SVGProperty.h b/WebCore/svg/properties/SVGProperty.h
index 104fb0e..609e264 100644
--- a/WebCore/svg/properties/SVGProperty.h
+++ b/WebCore/svg/properties/SVGProperty.h
@@ -35,6 +35,7 @@ class SVGProperty : public RefCounted<SVGProperty> {
public:
virtual ~SVGProperty() { }
+ virtual SVGPropertyRole role() const = 0;
virtual void commitChange() = 0;
};