diff options
Diffstat (limited to 'WebCore/svg/SVGFEMergeNodeElement.h')
-rw-r--r-- | WebCore/svg/SVGFEMergeNodeElement.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/svg/SVGFEMergeNodeElement.h b/WebCore/svg/SVGFEMergeNodeElement.h index 89506dc..a40d7a2 100644 --- a/WebCore/svg/SVGFEMergeNodeElement.h +++ b/WebCore/svg/SVGFEMergeNodeElement.h @@ -22,8 +22,8 @@ #define SVGFEMergeNodeElement_h #if ENABLE(SVG) && ENABLE(FILTERS) +#include "SVGAnimatedPropertyMacros.h" #include "SVGElement.h" -#include "SVGNames.h" namespace WebCore { @@ -38,7 +38,7 @@ namespace WebCore { virtual void svgAttributeChanged(const QualifiedName&); virtual void synchronizeProperty(const QualifiedName&); - DECLARE_ANIMATED_PROPERTY(SVGFEMergeNodeElement, SVGNames::inAttr, String, In1, in1) + DECLARE_ANIMATED_STATIC_PROPERTY_NEW(SVGFEMergeNodeElement, SVGNames::inAttr, String, In1, in1) }; } // namespace WebCore |