Index: Source/core/page/Page.cpp |
diff --git a/Source/core/page/Page.cpp b/Source/core/page/Page.cpp |
index 3f27bd50248008af9a0301c357a945318d8a4105..6b1efe949d74e0534e653094fd8bbf61b543d43a 100644 |
--- a/Source/core/page/Page.cpp |
+++ b/Source/core/page/Page.cpp |
@@ -113,8 +113,7 @@ float deviceScaleFactor(LocalFrame* frame) |
} |
Page::Page(PageClients& pageClients) |
- : PageLifecycleNotifier(this) |
- , SettingsDelegate(Settings::create()) |
+ : SettingsDelegate(Settings::create()) |
, m_animator(PageAnimator::create(*this)) |
, m_autoscrollController(AutoscrollController::create(*this)) |
, m_chrome(Chrome::create(this, pageClients.chromeClient)) |