| Index: Source/modules/screen_orientation/ScreenOrientationDispatcher.cpp
|
| diff --git a/Source/modules/screen_orientation/ScreenOrientationDispatcher.cpp b/Source/modules/screen_orientation/ScreenOrientationDispatcher.cpp
|
| index 493e9084daeb15006d19e9dce9b9373ac2094e55..7797c693ba43de31e742c7bdd196cee65dfbd836 100644
|
| --- a/Source/modules/screen_orientation/ScreenOrientationDispatcher.cpp
|
| +++ b/Source/modules/screen_orientation/ScreenOrientationDispatcher.cpp
|
| @@ -71,7 +71,7 @@ void ScreenOrientationDispatcher::purgeControllers()
|
| stopListening();
|
| }
|
|
|
| -void ScreenOrientationDispatcher::didChangeScreenOrientation(blink::WebScreenOrientation orientation)
|
| +void ScreenOrientationDispatcher::didChangeScreenOrientation(blink::WebScreenOrientationType orientation)
|
| {
|
| {
|
| TemporaryChange<bool> changeIsDispatching(m_isDispatching, true);
|
|
|