diff options
Diffstat (limited to 'WebCore/svg/SVGAltGlyphElement.h')
-rw-r--r-- | WebCore/svg/SVGAltGlyphElement.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/svg/SVGAltGlyphElement.h b/WebCore/svg/SVGAltGlyphElement.h index ae0903a..b9d0bc0 100644 --- a/WebCore/svg/SVGAltGlyphElement.h +++ b/WebCore/svg/SVGAltGlyphElement.h @@ -52,7 +52,7 @@ namespace WebCore { virtual bool childShouldCreateRenderer(Node*) const; // SVGURIReference - DECLARE_ANIMATED_PROPERTY(SVGAltGlyphElement, XLinkNames::hrefAttr, String, Href, href) + DECLARE_ANIMATED_STATIC_PROPERTY_NEW(SVGAltGlyphElement, XLinkNames::hrefAttr, String, Href, href) }; } // namespace WebCore |