| Index: third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationController.cpp
|
| diff --git a/third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationController.cpp b/third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationController.cpp
|
| index d87d1887abc9028651b6f1295009848f8ba68a2d..53507e6420134da6411a02971956bbbe5be55b99 100644
|
| --- a/third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationController.cpp
|
| +++ b/third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationController.cpp
|
| @@ -171,7 +171,7 @@ void ScreenOrientationController::unlock()
|
| m_client->unlockOrientation();
|
| }
|
|
|
| -void ScreenOrientationController::dispatchEventTimerFired(Timer<ScreenOrientationController>*)
|
| +void ScreenOrientationController::dispatchEventTimerFired(TimerBase*)
|
| {
|
| if (!m_orientation)
|
| return;
|
|
|