summaryrefslogtreecommitdiffstats
path: root/WebCore/svg/SVGStyledElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/svg/SVGStyledElement.h')
-rw-r--r--WebCore/svg/SVGStyledElement.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/svg/SVGStyledElement.h b/WebCore/svg/SVGStyledElement.h
index 5e996b3..4f796b8 100644
--- a/WebCore/svg/SVGStyledElement.h
+++ b/WebCore/svg/SVGStyledElement.h
@@ -22,8 +22,8 @@
#define SVGStyledElement_h
#if ENABLE(SVG)
+#include "SVGAnimatedPropertyMacros.h"
#include "HTMLNames.h"
-#include "SVGElement.h"
#include "SVGLocatable.h"
#include "SVGStylable.h"
#include <wtf/HashSet.h>
@@ -83,7 +83,7 @@ namespace WebCore {
HashSet<SVGStyledElement*> m_elementsWithRelativeLengths;
- DECLARE_ANIMATED_PROPERTY(SVGStyledElement, HTMLNames::classAttr, String, ClassName, className)
+ DECLARE_ANIMATED_STATIC_PROPERTY_NEW(SVGStyledElement, HTMLNames::classAttr, String, ClassName, className)
};
} // namespace WebCore