| 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 1b11d96ae61cb76ff1d74a0a80537ee9d18c8bf5..cc00adb076abfd2b689b905e97776393ac779abb 100644
|
| --- a/third_party/WebKit/Source/core/editing/InputMethodController.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/InputMethodController.cpp
|
| @@ -891,7 +891,8 @@ WebTextInputInfo InputMethodController::textInputInfo() const {
|
| // Emits an object replacement character for each replaced element so that
|
| // it is exposed to IME and thus could be deleted by IME on android.
|
| info.value = plainText(EphemeralRange::rangeOfContents(*element),
|
| - TextIteratorEmitsObjectReplacementCharacter);
|
| + TextIteratorEmitsObjectReplacementCharacter |
|
| + TextIteratorEmitsSpaceForNbsp);
|
|
|
| if (info.value.isEmpty())
|
| return info;
|
|
|