Index: Source/core/svg/SVGImageElement.h |
diff --git a/Source/core/svg/SVGImageElement.h b/Source/core/svg/SVGImageElement.h |
index 16c60870819b0cc29c7040b54d28359dc9819bcc..1b90e34174de655777a22c1d2200882330db52d2 100644 |
--- a/Source/core/svg/SVGImageElement.h |
+++ b/Source/core/svg/SVGImageElement.h |
@@ -73,8 +73,6 @@ private: |
RefPtr<SVGAnimatedLength> m_width; |
RefPtr<SVGAnimatedLength> m_height; |
RefPtr<SVGAnimatedPreserveAspectRatio> m_preserveAspectRatio; |
- BEGIN_DECLARE_ANIMATED_PROPERTIES(SVGImageElement) |
- END_DECLARE_ANIMATED_PROPERTIES |
SVGImageLoader m_imageLoader; |
bool m_needsLoaderURIUpdate : 1; |