| Index: Source/core/svg/SVGElement.h
|
| diff --git a/Source/core/svg/SVGElement.h b/Source/core/svg/SVGElement.h
|
| index 94c50cd44cf35fbd24268a87ecce24dae3072dcd..48a433f7e7affbbc3ecee934bd1bf9d54dbe8daa 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"
|
| @@ -217,8 +216,6 @@ private:
|
| unsigned m_hasSVGRareData : 1;
|
|
|
| RefPtr<SVGAnimatedString> m_className;
|
| - BEGIN_DECLARE_ANIMATED_PROPERTIES(SVGElement)
|
| - END_DECLARE_ANIMATED_PROPERTIES
|
| };
|
|
|
| struct SVGAttributeHashTranslator {
|
|
|