| Index: third_party/WebKit/Source/web/WebDocument.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebDocument.cpp b/third_party/WebKit/Source/web/WebDocument.cpp
|
| index 372bf8db3a2ca247bdc81167d055247be28a030e..f4694433a01789a9a3f473ac76d3031e6370022c 100644
|
| --- a/third_party/WebKit/Source/web/WebDocument.cpp
|
| +++ b/third_party/WebKit/Source/web/WebDocument.cpp
|
| @@ -206,14 +206,6 @@ void WebDocument::watchCSSSelectors(const WebVector<WebString>& webSelectors) {
|
| CSSSelectorWatch::from(*document).watchCSSSelectors(selectors);
|
| }
|
|
|
| -bool WebDocument::unloadStartedDoNotUse() const {
|
| - return constUnwrap<Document>()->unloadStarted();
|
| -}
|
| -
|
| -bool WebDocument::processingBeforeUnloadDoNotUse() const {
|
| - return constUnwrap<Document>()->processingBeforeUnload();
|
| -}
|
| -
|
| WebReferrerPolicy WebDocument::referrerPolicy() const {
|
| return static_cast<WebReferrerPolicy>(
|
| constUnwrap<Document>()->getReferrerPolicy());
|
|
|