| Index: third_party/WebKit/Source/core/loader/EmptyClients.h
|
| diff --git a/third_party/WebKit/Source/core/loader/EmptyClients.h b/third_party/WebKit/Source/core/loader/EmptyClients.h
|
| index 6384ae672f703b4319aee9d7b79fd681445273ca..0252027423ce9b0b2beec21d15d76d0ceba6e82c 100644
|
| --- a/third_party/WebKit/Source/core/loader/EmptyClients.h
|
| +++ b/third_party/WebKit/Source/core/loader/EmptyClients.h
|
| @@ -288,6 +288,7 @@ class CORE_EXPORT EmptyFrameLoaderClient : public FrameLoaderClient {
|
| NavigationPolicy,
|
| const String&,
|
| bool) override {}
|
| + void loadErrorPage(int reason) override {}
|
|
|
| DocumentLoader* createDocumentLoader(LocalFrame*,
|
| const ResourceRequest&,
|
|
|