Index: Source/core/svg/SVGElement.h |
diff --git a/Source/core/svg/SVGElement.h b/Source/core/svg/SVGElement.h |
index 9e50e39274dfad72430f2a3469fc5adb2270b7bd..849cd5edda25de8892a45faf0eca18e376deaaff 100644 |
--- a/Source/core/svg/SVGElement.h |
+++ b/Source/core/svg/SVGElement.h |
@@ -25,7 +25,6 @@ |
#include "core/dom/Element.h" |
#include "core/svg/SVGAnimatedString.h" |
#include "core/svg/SVGParsingError.h" |
-#include "core/svg/properties/SVGAnimatedPropertyMacros.h" |
#include "core/svg/properties/SVGPropertyInfo.h" |
#include "platform/Timer.h" |
#include "wtf/HashMap.h" |
@@ -216,8 +215,6 @@ private: |
unsigned m_hasSVGRareData : 1; |
RefPtr<SVGAnimatedString> m_className; |
- BEGIN_DECLARE_ANIMATED_PROPERTIES(SVGElement) |
- END_DECLARE_ANIMATED_PROPERTIES |
}; |
struct SVGAttributeHashTranslator { |