| Index: Source/core/svg/SVGSVGElement.h
|
| diff --git a/Source/core/svg/SVGSVGElement.h b/Source/core/svg/SVGSVGElement.h
|
| index a4f6165565b433eea51de667cfbf8da9eb8b07b6..a9c696d576ccb7e855b67f2e9ed087296ddb84cc 100644
|
| --- a/Source/core/svg/SVGSVGElement.h
|
| +++ b/Source/core/svg/SVGSVGElement.h
|
| @@ -164,8 +164,6 @@ private:
|
| RefPtr<SVGAnimatedLength> m_y;
|
| RefPtr<SVGAnimatedLength> m_width;
|
| RefPtr<SVGAnimatedLength> m_height;
|
| - BEGIN_DECLARE_ANIMATED_PROPERTIES(SVGSVGElement)
|
| - END_DECLARE_ANIMATED_PROPERTIES
|
|
|
| virtual AffineTransform localCoordinateSpaceTransform(SVGElement::CTMScope) const OVERRIDE;
|
|
|
|
|