Index: Source/core/svg/animation/SVGSMILElement.h |
diff --git a/Source/core/svg/animation/SVGSMILElement.h b/Source/core/svg/animation/SVGSMILElement.h |
index b7213f50d28f00bda7d925a3cd4cf5a1413ddbe4..5043ccb8277e6b87d441b2a0284f207e87f4c466 100644 |
--- a/Source/core/svg/animation/SVGSMILElement.h |
+++ b/Source/core/svg/animation/SVGSMILElement.h |
@@ -145,7 +145,7 @@ private: |
SMILTime findInstanceTime(BeginOrEnd, SMILTime minimumTime, bool equalsMinimumOK) const; |
void resolveFirstInterval(); |
- void resolveNextInterval(bool notifyDependents); |
+ bool resolveNextInterval(bool notifyDependents); |
void resolveInterval(bool first, SMILTime& beginResult, SMILTime& endResult) const; |
SMILTime resolveActiveEnd(SMILTime resolvedBegin, SMILTime resolvedEnd) const; |
SMILTime repeatingDuration() const; |