Index: Source/core/dom/Document.cpp |
diff --git a/Source/core/dom/Document.cpp b/Source/core/dom/Document.cpp |
index 22c3ffb5c9ebb5af0b4a6986b81d6b3ef0dbcc82..49682a1cc5ad11f4e57cf622ab8051612f69bf2f 100644 |
--- a/Source/core/dom/Document.cpp |
+++ b/Source/core/dom/Document.cpp |
@@ -5240,7 +5240,7 @@ void Document::didAssociateFormControlsTimerFired(Timer<Document>* timer) |
m_associatedFormControls.clear(); |
} |
-PassOwnPtr<ContextLifecycleNotifier> Document::createLifecycleNotifier() |
+PassOwnPtr<SimpleLifecycleNotifier> Document::createLifecycleNotifier() |
{ |
return DocumentLifecycleNotifier::create(this); |
} |