summaryrefslogtreecommitdiffstats
path: root/WebCore/svg/SVGAElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/svg/SVGAElement.h')
-rw-r--r--WebCore/svg/SVGAElement.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/WebCore/svg/SVGAElement.h b/WebCore/svg/SVGAElement.h
index 8890ca4..77cec67 100644
--- a/WebCore/svg/SVGAElement.h
+++ b/WebCore/svg/SVGAElement.h
@@ -65,6 +65,9 @@ namespace WebCore {
private:
ANIMATED_PROPERTY_DECLARATIONS(SVGAElement, SVGNames::aTagString, SVGNames::targetAttrString, String, Target, target)
+
+ // SVGURIReference
+ ANIMATED_PROPERTY_DECLARATIONS(SVGAElement, SVGURIReferenceIdentifier, XLinkNames::hrefAttrString, String, Href, href)
};
} // namespace WebCore