| Index: third_party/WebKit/Source/core/editing/commands/TypingCommand.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/TypingCommand.cpp b/third_party/WebKit/Source/core/editing/commands/TypingCommand.cpp
|
| index b97f20d46406a4151c8943e0a646d69701948d6e..68aee201cbbe8b3e2226b5d4b3e667d7bc59ff60 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/TypingCommand.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/commands/TypingCommand.cpp
|
| @@ -145,7 +145,7 @@ void TypingCommand::forwardDeleteKeyPressed(Document& document,
|
| String TypingCommand::textDataForInputEvent() const {
|
| if (m_commands.isEmpty())
|
| return m_textToInsert;
|
| - return m_commands.last()->textDataForInputEvent();
|
| + return m_commands.back()->textDataForInputEvent();
|
| }
|
|
|
| void TypingCommand::updateSelectionIfDifferentFromCurrentSelection(
|
|
|