| Index: third_party/WebKit/public/web/WebLocalFrame.h
|
| diff --git a/third_party/WebKit/public/web/WebLocalFrame.h b/third_party/WebKit/public/web/WebLocalFrame.h
|
| index bd9cee20b52afe7ea2eba7fe6cdb3e668022dda5..effdfe6748abbc28b356d658234104510e17dcb1 100644
|
| --- a/third_party/WebKit/public/web/WebLocalFrame.h
|
| +++ b/third_party/WebKit/public/web/WebLocalFrame.h
|
| @@ -10,6 +10,7 @@
|
| #include "WebFrameLoadType.h"
|
| #include "WebHistoryItem.h"
|
| #include "public/platform/WebCachePolicy.h"
|
| +#include "public/platform/WebURLError.h"
|
|
|
| namespace blink {
|
|
|
| @@ -128,7 +129,7 @@ class WebLocalFrame : public WebFrame {
|
|
|
| // Allow the embedders to report that a navigation they handle has failed. The
|
| // frame's parent will display fallback content, if possible.
|
| - virtual void loadFailed() = 0;
|
| + virtual void loadFailed(const WebURLError&) = 0;
|
|
|
| // Navigation State -------------------------------------------------------
|
|
|
|
|