| Index: third_party/WebKit/Source/core/loader/FrameLoader.h
|
| diff --git a/third_party/WebKit/Source/core/loader/FrameLoader.h b/third_party/WebKit/Source/core/loader/FrameLoader.h
|
| index e2b159cd43a991ddeb0796b68b9614a6ddb95d2b..d978b19f635ff313ddb7388eaa58761d4603bf21 100644
|
| --- a/third_party/WebKit/Source/core/loader/FrameLoader.h
|
| +++ b/third_party/WebKit/Source/core/loader/FrameLoader.h
|
| @@ -96,8 +96,6 @@ class CORE_EXPORT FrameLoader final {
|
| HistoryItem* = nullptr,
|
| HistoryLoadType = kHistoryDifferentDocumentLoad);
|
|
|
| - static void ReportLocalLoadFailed(LocalFrame*, const String& url);
|
| -
|
| // Warning: stopAllLoaders can and will detach the LocalFrame out from under
|
| // you. All callers need to either protect the LocalFrame or guarantee they
|
| // won't in any way access the LocalFrame after stopAllLoaders returns.
|
|
|