| Index: third_party/WebKit/Source/platform/WebTextInputInfo.cpp
|
| diff --git a/third_party/WebKit/Source/platform/WebTextInputInfo.cpp b/third_party/WebKit/Source/platform/WebTextInputInfo.cpp
|
| index 4886c748ea808fb6003731d22b1f98a65f36f45e..a4dbb14e50f185f50a993e3afde7be89cb98fae7 100644
|
| --- a/third_party/WebKit/Source/platform/WebTextInputInfo.cpp
|
| +++ b/third_party/WebKit/Source/platform/WebTextInputInfo.cpp
|
| @@ -37,7 +37,7 @@ bool WebTextInputInfo::equals(const WebTextInputInfo& other) const {
|
| selectionStart == other.selectionStart &&
|
| selectionEnd == other.selectionEnd &&
|
| compositionStart == other.compositionStart &&
|
| - compositionEnd == other.compositionEnd;
|
| + compositionEnd == other.compositionEnd && inputMode == other.inputMode;
|
| }
|
|
|
| } // namespace blink
|
|
|