| Index: Source/core/page/Page.cpp
|
| diff --git a/Source/core/page/Page.cpp b/Source/core/page/Page.cpp
|
| index 8b3bbefe2ec07d95bbe25247d9abc18aa03050f1..819868efbd2327fa065942febcab1c7a8a404551 100644
|
| --- a/Source/core/page/Page.cpp
|
| +++ b/Source/core/page/Page.cpp
|
| @@ -783,6 +783,11 @@ void Page::multisamplingChanged()
|
| (*it)->multisamplingChanged(m_settings->openGLMultisamplingEnabled());
|
| }
|
|
|
| +void Page::didCommitLoad(Frame* frame)
|
| +{
|
| + lifecycleNotifier()->notifyDidCommitLoad(frame);
|
| +}
|
| +
|
| PageLifecycleNotifier* Page::lifecycleNotifier()
|
| {
|
| return static_cast<PageLifecycleNotifier*>(LifecycleContext::lifecycleNotifier());
|
|
|