| Index: Source/core/frame/DeviceSensorEventController.cpp
|
| diff --git a/Source/modules/device_orientation/DeviceSensorEventController.cpp b/Source/core/frame/DeviceSensorEventController.cpp
|
| similarity index 95%
|
| rename from Source/modules/device_orientation/DeviceSensorEventController.cpp
|
| rename to Source/core/frame/DeviceSensorEventController.cpp
|
| index 060e00a88d0b1ee2d77c558e0354fc282cc58320..b68944dd11798f242461ae57f18c30aa2238defd 100644
|
| --- a/Source/modules/device_orientation/DeviceSensorEventController.cpp
|
| +++ b/Source/core/frame/DeviceSensorEventController.cpp
|
| @@ -25,7 +25,7 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "modules/device_orientation/DeviceSensorEventController.h"
|
| +#include "core/frame/DeviceSensorEventController.h"
|
|
|
| #include "core/dom/Document.h"
|
| #include "core/frame/DOMWindow.h"
|
| @@ -78,7 +78,7 @@ void DeviceSensorEventController::startUpdating()
|
| return;
|
|
|
| if (hasLastData() && !m_timer.isActive()) {
|
| - // Make sure to fire the device motion data as soon as possible.
|
| + // Make sure to fire the data as soon as possible.
|
| m_timer.startOneShot(0, FROM_HERE);
|
| }
|
|
|
|
|