| 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 1b3ab0e89d7401804f82b267f19f45e7dcbfe7d6..bb450df0fd9cae56afa5ac2ee64dda5484162c1f 100644
|
| --- a/third_party/WebKit/Source/core/loader/FrameLoader.h
|
| +++ b/third_party/WebKit/Source/core/loader/FrameLoader.h
|
| @@ -100,6 +100,7 @@ class CORE_EXPORT FrameLoader final {
|
| HistoryLoadType = HistoryDifferentDocumentLoad);
|
|
|
| static void reportLocalLoadFailed(LocalFrame*, const String& url);
|
| + static void reportTopLevelNavigationFailed(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
|
|
|