| Index: third_party/WebKit/Source/core/page/ScopedPageLoadDeferrer.h
|
| diff --git a/third_party/WebKit/Source/core/page/ScopedPageLoadDeferrer.h b/third_party/WebKit/Source/core/page/ScopedPageLoadDeferrer.h
|
| index 3fcab4510a08eb2d5d36fe5bf9ec227ed7ba20b2..93e31fee9792b21b23d0f358dcbf1fe9419ef7df 100644
|
| --- a/third_party/WebKit/Source/core/page/ScopedPageLoadDeferrer.h
|
| +++ b/third_party/WebKit/Source/core/page/ScopedPageLoadDeferrer.h
|
| @@ -38,7 +38,7 @@ public:
|
| ~ScopedPageLoadDeferrer();
|
|
|
| private:
|
| - void detach();
|
| + void setDefersLoading(bool);
|
|
|
| Vector<RefPtrWillBePersistent<LocalFrame>, 16> m_deferredFrames;
|
| };
|
|
|