| 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 7d7a0f3a4f6a60d46f78b232587f57d254ec443f..2dee4afad10b21859a4eb7fe426a28d40beb9aee 100644 | 
| --- a/third_party/WebKit/Source/core/loader/FrameLoader.h | 
| +++ b/third_party/WebKit/Source/core/loader/FrameLoader.h | 
| @@ -98,6 +98,7 @@ class CORE_EXPORT FrameLoader final { | 
| HistoryLoadType = kHistoryDifferentDocumentLoad); | 
|  | 
| 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 | 
|  |