Index: Source/core/svg/SVGGraphicsElement.h |
diff --git a/Source/core/svg/SVGGraphicsElement.h b/Source/core/svg/SVGGraphicsElement.h |
index 07529c5d1dfa0b39f8f0adcc9ff91e0eada55295..1d5e79bf3fdb12be7d59dd63eb3e22ff88cb5e43 100644 |
--- a/Source/core/svg/SVGGraphicsElement.h |
+++ b/Source/core/svg/SVGGraphicsElement.h |
@@ -72,8 +72,6 @@ protected: |
virtual void svgAttributeChanged(const QualifiedName&) OVERRIDE; |
RefPtr<SVGAnimatedTransformList> m_transform; |
- BEGIN_DECLARE_ANIMATED_PROPERTIES(SVGGraphicsElement) |
- END_DECLARE_ANIMATED_PROPERTIES |
private: |
virtual bool isSVGGraphicsElement() const OVERRIDE FINAL { return true; } |