Index: Source/core/svg/SVGScriptElement.h |
diff --git a/Source/core/svg/SVGScriptElement.h b/Source/core/svg/SVGScriptElement.h |
index 3ade17f7de5234a6e373a311345a22ec27e0e0dc..b11f5bedbe842036ab2895b6becf781c17a42a97 100644 |
--- a/Source/core/svg/SVGScriptElement.h |
+++ b/Source/core/svg/SVGScriptElement.h |
@@ -43,7 +43,6 @@ public: |
void setType(const String&); |
ScriptLoader* loader() const { return m_loader.get(); } |
- SVGAnimatedString* href() { return m_href.get(); } |
#ifndef NDEBUG |
virtual bool isAnimatableAttribute(const QualifiedName&) const OVERRIDE; |
@@ -82,7 +81,6 @@ private: |
virtual Timer<SVGElement>* svgLoadEventTimer() OVERRIDE { return &m_svgLoadEventTimer; } |
- RefPtr<SVGAnimatedString> m_href; |
BEGIN_DECLARE_ANIMATED_PROPERTIES(SVGScriptElement) |
END_DECLARE_ANIMATED_PROPERTIES |