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 50ca1783ec87e94b5f802cec29fc30a641c96899..1f0556144fc3b2c28158c5b73b18c2ecd82284ea 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 = 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 |