| Index: Source/modules/device_orientation/DeviceSensorEventController.cpp
 | 
| diff --git a/Source/modules/device_orientation/DeviceSensorEventController.cpp b/Source/modules/device_orientation/DeviceSensorEventController.cpp
 | 
| index fda95d867bf38b27b5384e0d07a374741882f077..060e00a88d0b1ee2d77c558e0354fc282cc58320 100644
 | 
| --- a/Source/modules/device_orientation/DeviceSensorEventController.cpp
 | 
| +++ b/Source/modules/device_orientation/DeviceSensorEventController.cpp
 | 
| @@ -79,7 +79,7 @@ void DeviceSensorEventController::startUpdating()
 | 
|  
 | 
|      if (hasLastData() && !m_timer.isActive()) {
 | 
|          // Make sure to fire the device motion data as soon as possible.
 | 
| -        m_timer.startOneShot(0);
 | 
| +        m_timer.startOneShot(0, FROM_HERE);
 | 
|      }
 | 
|  
 | 
|      registerWithDispatcher();
 | 
| 
 |