| Index: Source/core/page/PageAnimator.cpp
|
| diff --git a/Source/core/page/PageAnimator.cpp b/Source/core/page/PageAnimator.cpp
|
| index dcbf39b5210c062ac393f535f957e6d4ba7c6e3c..1998a8e4ad25dcdb70315e60f5b5aa47dc53c28a 100644
|
| --- a/Source/core/page/PageAnimator.cpp
|
| +++ b/Source/core/page/PageAnimator.cpp
|
| @@ -30,8 +30,6 @@ void PageAnimator::serviceScriptedAnimations(double monotonicAnimationStartTime)
|
| for (RefPtr<LocalFrame> frame = m_page->mainFrame(); frame; frame = frame->tree().traverseNext()) {
|
| frame->view()->serviceScrollAnimations();
|
| DocumentAnimations::updateAnimationTimingForAnimationFrame(*frame->document(), monotonicAnimationStartTime);
|
| - // FIXME: animation event dispatch should move to the ScriptedAnimationController
|
| - DocumentAnimations::dispatchAnimationEvents(*frame->document());
|
| }
|
|
|
| Vector<RefPtr<Document> > documents;
|
|
|