Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1639)

Unified Diff: Source/modules/device_orientation/DeviceMotionController.cpp

Issue 256593010: Gracefully support Navigator Gamepad methods in a detached state. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/modules/device_orientation/DeviceMotionController.cpp
diff --git a/Source/modules/device_orientation/DeviceMotionController.cpp b/Source/modules/device_orientation/DeviceMotionController.cpp
index d36e1983f4f4121ac381586f821816928f26cf82..e1158cdbcb8bc8faf03cfeecceb7131e2080c099 100644
--- a/Source/modules/device_orientation/DeviceMotionController.cpp
+++ b/Source/modules/device_orientation/DeviceMotionController.cpp
@@ -37,7 +37,7 @@
namespace WebCore {
DeviceMotionController::DeviceMotionController(Document& document)
- : DeviceSensorEventController(document)
+ : DeviceSensorEventController(&document)
, DOMWindowLifecycleObserver(document.domWindow())
{
}

Powered by Google App Engine
This is Rietveld 408576698