| 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 0913608e427c86b8b9d6bf738dc68b122671840d..54008b33a1295e9156f39d05383f3520e8f91d5f 100644
|
| --- a/third_party/WebKit/Source/core/loader/FrameFetchContext.cpp
|
| +++ b/third_party/WebKit/Source/core/loader/FrameFetchContext.cpp
|
| @@ -796,7 +796,7 @@ bool FrameFetchContext::isMainFrame() const {
|
| }
|
|
|
| bool FrameFetchContext::defersLoading() const {
|
| - return frame()->page()->defersLoading();
|
| + return frame()->page()->suspended();
|
| }
|
|
|
| bool FrameFetchContext::isLoadComplete() const {
|
|
|