| Index: Source/core/page/PageGroupLoadDeferrer.cpp
|
| diff --git a/Source/core/page/PageGroupLoadDeferrer.cpp b/Source/core/page/PageGroupLoadDeferrer.cpp
|
| index 3f42886a770f8689958c9f70e070d296d4c0a696..be7e7c24508ced1cdffa0f0ecfd9b3a66730e1b7 100644
|
| --- a/Source/core/page/PageGroupLoadDeferrer.cpp
|
| +++ b/Source/core/page/PageGroupLoadDeferrer.cpp
|
| @@ -45,7 +45,7 @@ PageGroupLoadDeferrer::PageGroupLoadDeferrer(Page* page, bool deferSelf)
|
|
|
| // Ensure that we notify the client if the initial empty document is accessed before showing anything
|
| // modal, to prevent spoofs while the modal window or sheet is visible.
|
| - otherPage->mainFrame()->loader()->notifyIfInitialDocumentAccessed();
|
| + otherPage->mainFrame()->loader().notifyIfInitialDocumentAccessed();
|
|
|
| // This code is not logically part of load deferring, but we do not want JS code executed beneath modal
|
| // windows or sheets, which is exactly when PageGroupLoadDeferrer is used.
|
|
|