| Index: Source/core/frame/Frame.cpp
|
| diff --git a/Source/core/frame/Frame.cpp b/Source/core/frame/Frame.cpp
|
| index 2b6e899b7822146e2456c415c2d6749755a1f602..0a11774702ed1119759b36d36918d7b870d4795f 100644
|
| --- a/Source/core/frame/Frame.cpp
|
| +++ b/Source/core/frame/Frame.cpp
|
| @@ -47,7 +47,6 @@
|
| #include "core/frame/FrameHost.h"
|
| #include "core/frame/FrameView.h"
|
| #include "core/frame/Settings.h"
|
| -#include "core/frame/animation/AnimationController.h"
|
| #include "core/html/HTMLFrameElementBase.h"
|
| #include "core/inspector/InspectorInstrumentation.h"
|
| #include "core/loader/EmptyClients.h"
|
| @@ -112,7 +111,6 @@ inline Frame::Frame(PassRefPtr<FrameInit> frameInit)
|
| , m_spellChecker(SpellChecker::create(*this))
|
| , m_selection(adoptPtr(new FrameSelection(this)))
|
| , m_eventHandler(adoptPtr(new EventHandler(this)))
|
| - , m_animationController(adoptPtr(new AnimationController(this)))
|
| , m_inputMethodController(InputMethodController::create(*this))
|
| , m_frameInit(frameInit)
|
| , m_pageZoomFactor(parentPageZoomFactor(this))
|
|
|