| Index: Source/core/svg/animation/SVGSMILElement.h
|
| diff --git a/Source/core/svg/animation/SVGSMILElement.h b/Source/core/svg/animation/SVGSMILElement.h
|
| index 773de324b75b1e9b3bc74348789c3bc6370f0454..3ed75c5215c6be11380382b785cfe22ff5c77d2e 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();
|
| - bool resolveNextInterval(bool notifyDependents);
|
| + bool resolveNextInterval();
|
| void resolveInterval(bool first, SMILTime& beginResult, SMILTime& endResult) const;
|
| SMILTime resolveActiveEnd(SMILTime resolvedBegin, SMILTime resolvedEnd) const;
|
| SMILTime repeatingDuration() const;
|
|
|