Index: third_party/WebKit/Source/core/svg/SVGSVGElement.h |
diff --git a/third_party/WebKit/Source/core/svg/SVGSVGElement.h b/third_party/WebKit/Source/core/svg/SVGSVGElement.h |
index 7b90b426304e48c1cad282f93c0ac88c57c7fa4b..516029358253c6e5b460af55123fb34d47aa33fe 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGSVGElement.h |
+++ b/third_party/WebKit/Source/core/svg/SVGSVGElement.h |
@@ -72,7 +72,7 @@ public: |
void setCurrentTranslate(const FloatPoint&); |
PassRefPtrWillBeRawPtr<SVGPointTearOff> currentTranslateFromJavascript(); |
- SMILTimeContainer* timeContainer() const { return m_timeContainer.get(); } |
+ SMILTimeContainer* timeContainer() const; |
void pauseAnimations(); |
void unpauseAnimations(); |