| Index: Source/modules/screen_orientation/ScreenOrientation.cpp
|
| diff --git a/Source/modules/screen_orientation/ScreenOrientation.cpp b/Source/modules/screen_orientation/ScreenOrientation.cpp
|
| index f84beab60a689323b09338d5c1e0f64e4937cd5d..a5756e76fd0c81b4e325dd37d0a3c0ed532b30a6 100644
|
| --- a/Source/modules/screen_orientation/ScreenOrientation.cpp
|
| +++ b/Source/modules/screen_orientation/ScreenOrientation.cpp
|
| @@ -83,7 +83,7 @@ void ScreenOrientation::lockOrientationAsync(blink::WebScreenOrientations orient
|
| return;
|
| m_lockedOrientations = orientations;
|
| if (!m_orientationLockTimer.isActive())
|
| - m_orientationLockTimer.startOneShot(0);
|
| + m_orientationLockTimer.startOneShot(0, FROM_HERE);
|
| }
|
|
|
| void ScreenOrientation::orientationLockTimerFired(Timer<ScreenOrientation>*)
|
|
|