| 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 010f24dd10ad6f8a2540f450cc8dee681a66ab44..266c358b450de1584ecaedf26891a5481566122b 100644
|
| --- a/third_party/WebKit/Source/core/loader/FrameLoader.h
|
| +++ b/third_party/WebKit/Source/core/loader/FrameLoader.h
|
| @@ -97,8 +97,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.
|
|
|