Index: Source/web/FrameLoaderClientImpl.cpp |
diff --git a/Source/web/FrameLoaderClientImpl.cpp b/Source/web/FrameLoaderClientImpl.cpp |
index b48d41b0e9daf0d400d47de9c1f876530b6d7f7c..476d6f35fa9a6d9eae0f85e241032f514e6387da 100644 |
--- a/Source/web/FrameLoaderClientImpl.cpp |
+++ b/Source/web/FrameLoaderClientImpl.cpp |
@@ -38,7 +38,6 @@ |
#include "bindings/v8/ScriptController.h" |
#include "core/dom/Document.h" |
#include "core/dom/DocumentFullscreen.h" |
-#include "core/dom/WheelController.h" |
#include "core/events/MessageEvent.h" |
#include "core/events/MouseEvent.h" |
#include "core/frame/FrameView.h" |
@@ -120,7 +119,6 @@ void FrameLoaderClientImpl::dispatchDidClearWindowObjectInMainWorld() |
m_webFrame->client()->didClearWindowObject(m_webFrame); |
Document* document = m_webFrame->frame()->document(); |
if (document) { |
- WheelController::from(*document); |
DeviceMotionController::from(*document); |
DeviceOrientationController::from(*document); |
if (RuntimeEnabledFeatures::deviceLightEnabled()) |