| 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 2cc4874e780cb5163696e9798c6314a8cc9c7838..4ee23adcfa7e2833cb67e35f9be8d4c5eeb05965 100644
|
| --- a/third_party/WebKit/Source/core/loader/EmptyClients.h
|
| +++ b/third_party/WebKit/Source/core/loader/EmptyClients.h
|
| @@ -412,7 +412,7 @@ class EmptyEditorClient final : public EditorClient {
|
| USING_FAST_MALLOC(EmptyEditorClient);
|
|
|
| public:
|
| - EmptyEditorClient() {}
|
| + EmptyEditorClient() : EditorClient(nullptr) {}
|
| ~EmptyEditorClient() override {}
|
|
|
| void RespondToChangedContents() override {}
|
|
|