Index: third_party/WebKit/Source/core/svg/SVGAnimatedHref.cpp |
diff --git a/third_party/WebKit/Source/core/svg/SVGAnimatedHref.cpp b/third_party/WebKit/Source/core/svg/SVGAnimatedHref.cpp |
index 9952ea579189daad1aa12500d68a500e58054310..09adda54bc5a5bb71fe4b20d725a9e10d9abdc88 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGAnimatedHref.cpp |
+++ b/third_party/WebKit/Source/core/svg/SVGAnimatedHref.cpp |
@@ -64,8 +64,7 @@ void SVGAnimatedHref::setBaseVal(const String& value, ExceptionState& exceptionS |
String SVGAnimatedHref::animVal() |
{ |
UseCounter::count(contextElement()->document(), UseCounter::SVGHrefAnimVal); |
- // We should only animate (non-XLink) 'href'. |
- return SVGAnimatedString::animVal(); |
+ return backingString()->SVGAnimatedString::animVal(); |
} |
SVGAnimatedString* SVGAnimatedHref::backingString() |