| 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 9072cf77cbb360182aaaab8b6c64f025dfacf0ed..c1dd947b5c49979f71cbd582d02361fc15225a20 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();
|
| should_style_with_css_ = false;
|
| default_paragraph_separator_ = kEditorParagraphSeparatorIsDiv;
|
| last_edit_command_ = nullptr;
|
|
|