| Index: third_party/WebKit/Source/core/loader/FrameFetchContext.cpp
|
| diff --git a/third_party/WebKit/Source/core/loader/FrameFetchContext.cpp b/third_party/WebKit/Source/core/loader/FrameFetchContext.cpp
|
| index 674c7b563a7d2e1bad1a90bd4378bcf1bae9137b..885b120b1440104b8106a1fba18f1c79fa386765 100644
|
| --- a/third_party/WebKit/Source/core/loader/FrameFetchContext.cpp
|
| +++ b/third_party/WebKit/Source/core/loader/FrameFetchContext.cpp
|
| @@ -791,7 +791,7 @@ bool FrameFetchContext::isMainFrame() const {
|
| }
|
|
|
| bool FrameFetchContext::defersLoading() const {
|
| - return frame()->page()->defersLoading();
|
| + return frame()->page()->suspended();
|
| }
|
|
|
| bool FrameFetchContext::isLoadComplete() const {
|
|
|