Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(740)

Unified Diff: third_party/WebKit/Source/core/loader/EmptyClients.h

Issue 2870773003: Move EditorClientImpl.cpp out of web/ to core/page/EditorClient.cpp (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 {}
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/page/BUILD.gn » ('j') | third_party/WebKit/Source/core/page/EditorClient.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698