Index: Source/modules/screen_orientation/ScreenOrientationDispatcher.h |
diff --git a/Source/modules/screen_orientation/ScreenOrientationDispatcher.h b/Source/modules/screen_orientation/ScreenOrientationDispatcher.h |
index cb32b03c12f26ebb769f18df068d0921454bc2cd..a21126bebfc9f223e0c10ac2132daf11b58a95f8 100644 |
--- a/Source/modules/screen_orientation/ScreenOrientationDispatcher.h |
+++ b/Source/modules/screen_orientation/ScreenOrientationDispatcher.h |
@@ -29,8 +29,8 @@ private: |
ScreenOrientationDispatcher(); |
// Inherited from PlatformEventDispatcher. |
- virtual void startListening() override; |
- virtual void stopListening() override; |
+ void startListening() override; |
+ void stopListening() override; |
}; |
} // namespace blink |