Index: Source/web/FrameLoaderClientImpl.cpp |
diff --git a/Source/web/FrameLoaderClientImpl.cpp b/Source/web/FrameLoaderClientImpl.cpp |
index 686b8f4cdf7728c446ba95a9727fca17805c53b9..1826083e0cfa3554c80168b2498170d4376b0a2f 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()) |