Index: third_party/WebKit/Source/core/svg/SVGSVGElement.cpp |
diff --git a/third_party/WebKit/Source/core/svg/SVGSVGElement.cpp b/third_party/WebKit/Source/core/svg/SVGSVGElement.cpp |
index 25f0201a1fe2d56271e087ddd65f6a293c9d889f..3fa1dbddc34c8c41aeb9aa7f5156d89fd7cc1b36 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGSVGElement.cpp |
+++ b/third_party/WebKit/Source/core/svg/SVGSVGElement.cpp |
@@ -548,7 +548,7 @@ bool SVGSVGElement::animationsPaused() const |
float SVGSVGElement::getCurrentTime() const |
{ |
- return narrowPrecisionToFloat(m_timeContainer->elapsed().value()); |
+ return narrowPrecisionToFloat(m_timeContainer->elapsed()); |
} |
void SVGSVGElement::setCurrentTime(float seconds) |