Index: Source/core/page/PageLifecycleNotifier.cpp |
diff --git a/Source/core/page/PageLifecycleNotifier.cpp b/Source/core/page/PageLifecycleNotifier.cpp |
index a823119321e4ab06ffdca81105f982f8b90fb6ec..2a6f3869481dc57f8840bc785acf5f467f7ead2a 100644 |
--- a/Source/core/page/PageLifecycleNotifier.cpp |
+++ b/Source/core/page/PageLifecycleNotifier.cpp |
@@ -31,11 +31,6 @@ |
namespace blink { |
-PageLifecycleNotifier::PageLifecycleNotifier(Page* context) |
- : LifecycleNotifier<Page, PageLifecycleObserver>(context) |
-{ |
-} |
- |
void PageLifecycleNotifier::notifyPageVisibilityChanged() |
{ |
TemporaryChange<IterationType> scope(m_iterating, IteratingOverAll); |