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

Unified Diff: third_party/WebKit/Source/core/editing/Editor.cpp

Issue 2862293002: Finish removing FrameLoader::Clear() (Closed)
Patch Set: Drop unnecessary #include 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/editing/Editor.cpp
diff --git a/third_party/WebKit/Source/core/editing/Editor.cpp b/third_party/WebKit/Source/core/editing/Editor.cpp
index 2fc9b42fc338aee591b90e97681a6c6115edeaa3..dbcf86c7bdb4551bac1ca9552a362b224fb8c939 100644
--- a/third_party/WebKit/Source/core/editing/Editor.cpp
+++ b/third_party/WebKit/Source/core/editing/Editor.cpp
@@ -1040,7 +1040,6 @@ Editor::Editor(LocalFrame& frame)
Editor::~Editor() {}
void Editor::Clear() {
- GetFrame().GetInputMethodController().Clear();
Nate Chapin 2017/05/17 18:18:59 This is also called during Document::Shutdown(), s
dcheng 2017/05/22 21:23:26 Due to InputMethodController::ContextDestroyed()?
should_style_with_css_ = false;
default_paragraph_separator_ = kEditorParagraphSeparatorIsDiv;
last_edit_command_ = nullptr;

Powered by Google App Engine
This is Rietveld 408576698