| Index: Source/core/animation/TimedItem.cpp
|
| diff --git a/Source/core/animation/TimedItem.cpp b/Source/core/animation/TimedItem.cpp
|
| index 730a058c77c06446c6f2b58c3b52c77e20fcd722..1ef24520016b71953899026b4b5c3b69a5e0dca2 100644
|
| --- a/Source/core/animation/TimedItem.cpp
|
| +++ b/Source/core/animation/TimedItem.cpp
|
| @@ -103,7 +103,7 @@ void TimedItem::updateInheritedTime(double inheritedTime) const
|
| // This logic is specific to CSS animation events and assumes that all
|
| // animations start after the DocumentTimeline has started.
|
| if (m_eventDelegate && (m_isFirstSample || previousPhase != phase() || (phase() == PhaseActive && previousIteration != currentIteration)))
|
| - m_eventDelegate->onEventCondition(m_isFirstSample, previousPhase, phase(), previousIteration, currentIteration);
|
| + m_eventDelegate->onEventCondition(this, m_isFirstSample, previousPhase, previousIteration);
|
| m_isFirstSample = false;
|
|
|
| // FIXME: This probably shouldn't be recursive.
|
|
|