summaryrefslogtreecommitdiffstats
path: root/WebCore/svg/SVGAltGlyphElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/svg/SVGAltGlyphElement.h')
-rw-r--r--WebCore/svg/SVGAltGlyphElement.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/WebCore/svg/SVGAltGlyphElement.h b/WebCore/svg/SVGAltGlyphElement.h
index 91c99e3..7c67a71 100644
--- a/WebCore/svg/SVGAltGlyphElement.h
+++ b/WebCore/svg/SVGAltGlyphElement.h
@@ -49,6 +49,10 @@ namespace WebCore {
protected:
virtual const SVGElement* contextElement() const { return this; }
+
+ private:
+ // SVGURIReference
+ ANIMATED_PROPERTY_DECLARATIONS(SVGAltGlyphElement, SVGURIReferenceIdentifier, XLinkNames::hrefAttrString, String, Href, href)
};
} // namespace WebCore