Index: Source/modules/screen_orientation/ScreenOrientationDispatcher.cpp |
diff --git a/Source/modules/screen_orientation/ScreenOrientationDispatcher.cpp b/Source/modules/screen_orientation/ScreenOrientationDispatcher.cpp |
index 98eeedd71035e7dec7818d5ec6f6bbcdbe62d381..a76da1e635102880327a90bb50542277d396fcdd 100644 |
--- a/Source/modules/screen_orientation/ScreenOrientationDispatcher.cpp |
+++ b/Source/modules/screen_orientation/ScreenOrientationDispatcher.cpp |
@@ -25,12 +25,12 @@ ScreenOrientationDispatcher::~ScreenOrientationDispatcher() |
void ScreenOrientationDispatcher::startListening() |
{ |
- blink::Platform::current()->startListening(WebPlatformEventScreenOrientation, 0); |
+ Platform::current()->startListening(WebPlatformEventScreenOrientation, 0); |
} |
void ScreenOrientationDispatcher::stopListening() |
{ |
- blink::Platform::current()->stopListening(WebPlatformEventScreenOrientation); |
+ Platform::current()->stopListening(WebPlatformEventScreenOrientation); |
} |
} // namespace blink |