| Index: third_party/WebKit/Source/core/loader/NavigationScheduler.cpp
|
| diff --git a/third_party/WebKit/Source/core/loader/NavigationScheduler.cpp b/third_party/WebKit/Source/core/loader/NavigationScheduler.cpp
|
| index 923e203a1bb4345eba76d38ebc0c295585e49cf5..0d5b3b8b000af9795be7c8d1187bdbfb92493ad8 100644
|
| --- a/third_party/WebKit/Source/core/loader/NavigationScheduler.cpp
|
| +++ b/third_party/WebKit/Source/core/loader/NavigationScheduler.cpp
|
| @@ -489,7 +489,7 @@ void NavigationScheduler::navigateTask() {
|
|
|
| if (!m_frame->page())
|
| return;
|
| - if (m_frame->page()->defersLoading()) {
|
| + if (m_frame->page()->suspended()) {
|
| InspectorInstrumentation::frameClearedScheduledNavigation(m_frame);
|
| return;
|
| }
|
|
|