Index: third_party/WebKit/Source/web/LocalFrameClientImpl.cpp |
diff --git a/third_party/WebKit/Source/web/LocalFrameClientImpl.cpp b/third_party/WebKit/Source/web/LocalFrameClientImpl.cpp |
index 0098a74c7df56d21f8ae5625965f14619200b80b..f7afaf9e40d9397410093e0e2a817ea311b9a4b1 100644 |
--- a/third_party/WebKit/Source/web/LocalFrameClientImpl.cpp |
+++ b/third_party/WebKit/Source/web/LocalFrameClientImpl.cpp |
@@ -53,7 +53,6 @@ |
#include "core/page/Page.h" |
#include "core/page/WindowFeatures.h" |
#include "modules/audio_output_devices/HTMLMediaElementAudioOutputDevice.h" |
-#include "modules/device_light/DeviceLightController.h" |
#include "modules/device_orientation/DeviceMotionController.h" |
#include "modules/device_orientation/DeviceOrientationAbsoluteController.h" |
#include "modules/device_orientation/DeviceOrientationController.h" |
@@ -152,8 +151,6 @@ void LocalFrameClientImpl::dispatchDidClearWindowObjectInMainWorld() { |
DeviceMotionController::from(*document); |
DeviceOrientationController::from(*document); |
DeviceOrientationAbsoluteController::from(*document); |
- if (RuntimeEnabledFeatures::deviceLightEnabled()) |
- DeviceLightController::from(*document); |
NavigatorGamepad::from(*document); |
NavigatorServiceWorker::from(*document); |
DOMWindowStorageController::from(*document); |