Index: Source/web/FrameLoaderClientImpl.cpp |
diff --git a/Source/web/FrameLoaderClientImpl.cpp b/Source/web/FrameLoaderClientImpl.cpp |
index 096eb4f301f0fb68f767a65f58e36d0d29b90ffb..558f3152824f0ed73d9b27f094d7eeb55719e9c9 100644 |
--- a/Source/web/FrameLoaderClientImpl.cpp |
+++ b/Source/web/FrameLoaderClientImpl.cpp |
@@ -118,8 +118,6 @@ void FrameLoaderClientImpl::dispatchDidClearWindowObjectInMainWorld() |
DeviceOrientationController::from(*document); |
if (RuntimeEnabledFeatures::deviceLightEnabled()) |
DeviceLightController::from(*document); |
rwlbuis
2014/09/09 23:50:18
NavigatorGamepad::from(*document) call should be k
zhaoze.zhou
2014/09/10 12:54:30
Done.
|
- if (RuntimeEnabledFeatures::gamepadEnabled()) |
- NavigatorGamepad::from(*document); |
rwlbuis
2014/09/09 23:50:18
NavigatorGamepad::from(*document); should be kept,
|
if (RuntimeEnabledFeatures::serviceWorkerEnabled()) |
NavigatorServiceWorker::from(*document); |
} |