| Index: third_party/WebKit/Source/core/page/Page.h
|
| diff --git a/third_party/WebKit/Source/core/page/Page.h b/third_party/WebKit/Source/core/page/Page.h
|
| index ccaea49b60b03068fd46c1032360ba34ddf107ae..6af63ad961fb33b5530df6ad84a7a8290c5bbb12 100644
|
| --- a/third_party/WebKit/Source/core/page/Page.h
|
| +++ b/third_party/WebKit/Source/core/page/Page.h
|
| @@ -152,7 +152,6 @@ class CORE_EXPORT Page final : public GarbageCollectedFinalized<Page>,
|
| return ToLocalFrame(main_frame_);
|
| }
|
|
|
| - void WillUnloadDocument(const Document&);
|
| void DocumentDetached(Document*);
|
|
|
| bool OpenedByDOM() const;
|
|
|