| 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 1ae80b7db034e86429ce5d89a396db0cf1e260c1..78d64db8292d6e5eafae1f76a50bb42706997f4a 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::getReferrerPolicy() const {
|
| return static_cast<WebReferrerPolicy>(
|
| constUnwrap<Document>()->getReferrerPolicy());
|
|
|