| 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 6af63ad961fb33b5530df6ad84a7a8290c5bbb12..ccaea49b60b03068fd46c1032360ba34ddf107ae 100644
|
| --- a/third_party/WebKit/Source/core/page/Page.h
|
| +++ b/third_party/WebKit/Source/core/page/Page.h
|
| @@ -152,6 +152,7 @@
|
| return ToLocalFrame(main_frame_);
|
| }
|
|
|
| + void WillUnloadDocument(const Document&);
|
| void DocumentDetached(Document*);
|
|
|
| bool OpenedByDOM() const;
|
|
|