Index: Source/core/svg/animation/SVGSMILElement.h |
diff --git a/Source/core/svg/animation/SVGSMILElement.h b/Source/core/svg/animation/SVGSMILElement.h |
index 5cdd1c432a318db324e857302a032acf7299f3d3..efdf020cb18858d55b5a52ecea474d40a54d1431 100644 |
--- a/Source/core/svg/animation/SVGSMILElement.h |
+++ b/Source/core/svg/animation/SVGSMILElement.h |
@@ -149,7 +149,7 @@ private: |
void resolveInterval(bool first, SMILTime& beginResult, SMILTime& endResult) const; |
SMILTime resolveActiveEnd(SMILTime resolvedBegin, SMILTime resolvedEnd) const; |
SMILTime repeatingDuration() const; |
- void checkRestart(SMILTime elapsed); |
+ bool checkRestart(SMILTime elapsed); |
void beginListChanged(SMILTime eventTime); |
void endListChanged(SMILTime eventTime); |