| Index: Source/core/dom/Document.cpp
|
| diff --git a/Source/core/dom/Document.cpp b/Source/core/dom/Document.cpp
|
| index 7db8f47c0f1c4183eeeddb57356d3c298c104289..2f47ff41b4b445a98a401c163d1f07caa6735f2d 100644
|
| --- a/Source/core/dom/Document.cpp
|
| +++ b/Source/core/dom/Document.cpp
|
| @@ -5067,7 +5067,7 @@ void Document::didAssociateFormControlsTimerFired(Timer<Document>* timer)
|
| m_associatedFormControls.clear();
|
| }
|
|
|
| -PassOwnPtr<ContextLifecycleNotifier> Document::createLifecycleNotifier()
|
| +PassOwnPtr<LifecycleNotifier> Document::createLifecycleNotifier()
|
| {
|
| return DocumentLifecycleNotifier::create(this);
|
| }
|
|
|