Index: Source/modules/screen_orientation/ScreenOrientation.h |
diff --git a/Source/modules/screen_orientation/ScreenOrientation.h b/Source/modules/screen_orientation/ScreenOrientation.h |
index 5cb0092aad7622be2c1ceb350a9134daa597f5c9..1091cdb224e11d9e0cc04593744091375c632c2e 100644 |
--- a/Source/modules/screen_orientation/ScreenOrientation.h |
+++ b/Source/modules/screen_orientation/ScreenOrientation.h |
@@ -17,7 +17,6 @@ |
namespace WebCore { |
class Document; |
-class Page; |
class ScriptPromise; |
class ScriptState; |
class Screen; |
@@ -42,7 +41,6 @@ private: |
static const char* supplementName(); |
Document* document() const; |
- Page* page() const; |
}; |
} // namespace WebCore |