Index: Source/core/svg/SVGSVGElement.cpp |
diff --git a/Source/core/svg/SVGSVGElement.cpp b/Source/core/svg/SVGSVGElement.cpp |
index 6f4275451b70fbfa11ec2bb91dc406d1c69ff193..4f4716877a2823784bd0a692ca006ffa649d95f5 100644 |
--- a/Source/core/svg/SVGSVGElement.cpp |
+++ b/Source/core/svg/SVGSVGElement.cpp |
@@ -64,12 +64,6 @@ |
namespace WebCore { |
-// Animated property definitions |
- |
-BEGIN_REGISTER_ANIMATED_PROPERTIES(SVGSVGElement) |
- REGISTER_PARENT_ANIMATED_PROPERTIES(SVGGraphicsElement) |
-END_REGISTER_ANIMATED_PROPERTIES |
- |
inline SVGSVGElement::SVGSVGElement(Document& doc) |
: SVGGraphicsElement(SVGNames::svgTag, doc) |
, SVGFitToViewBox(this) |