diff options
Diffstat (limited to 'WebCore/svg/SVGScriptElement.h')
-rw-r--r-- | WebCore/svg/SVGScriptElement.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/WebCore/svg/SVGScriptElement.h b/WebCore/svg/SVGScriptElement.h index f2efc8e..0fd85ff 100644 --- a/WebCore/svg/SVGScriptElement.h +++ b/WebCore/svg/SVGScriptElement.h @@ -73,6 +73,10 @@ namespace WebCore { virtual void dispatchErrorEvent(); private: + // SVGURIReference + ANIMATED_PROPERTY_DECLARATIONS(SVGScriptElement, SVGURIReferenceIdentifier, XLinkNames::hrefAttrString, String, Href, href) + + private: ScriptElementData m_data; String m_type; }; |