| Index: Source/core/page/Page.cpp
|
| diff --git a/Source/core/page/Page.cpp b/Source/core/page/Page.cpp
|
| index 9a049162fa20f1a1370a3ff27ada57641e8b48cc..68fb5898eb95e057b5720db639301c2a594da4a9 100644
|
| --- a/Source/core/page/Page.cpp
|
| +++ b/Source/core/page/Page.cpp
|
| @@ -461,7 +461,7 @@ void Page::setVisibilityState(PageVisibilityState visibilityState, bool isInitia
|
| lifecycleNotifier().notifyPageVisibilityChanged();
|
|
|
| if (!isInitialState && m_mainFrame)
|
| - m_mainFrame->dispatchVisibilityStateChangeEvent();
|
| + m_mainFrame->didChangeVisibilityState();
|
| }
|
|
|
| PageVisibilityState Page::visibilityState() const
|
|
|