| Index: third_party/WebKit/Source/core/editing/InputMethodController.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/InputMethodController.cpp b/third_party/WebKit/Source/core/editing/InputMethodController.cpp
|
| index b618db2bc3f70868830da25a3e96d76c5111bb31..5b35140d6cd47b03af308aa90d056e928020be78 100644
|
| --- a/third_party/WebKit/Source/core/editing/InputMethodController.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/InputMethodController.cpp
|
| @@ -522,7 +522,6 @@ void InputMethodController::setCompositionWithIncrementalText(
|
| selectionStart, selectionEnd, text.length());
|
| // We shouldn't close typing in the middle of setComposition.
|
| setEditableSelectionOffsets(selectedRange, NotUserTriggered);
|
| - m_isDirty = true;
|
| }
|
|
|
| void InputMethodController::setComposition(
|
|
|