| 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 537b0e9fd09e670f85ab955226b89216a8911b7f..fe6b0d713bf3e29cd291183f133f1259bd2e3be1 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/TypingCommand.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/commands/TypingCommand.cpp
|
| @@ -337,8 +337,6 @@ void TypingCommand::markMisspellingsAfterTyping(ETypingCommand commandType)
|
| if (!SpellChecker::isSpellCheckingEnabledFor(endingSelection()))
|
| return;
|
|
|
| - frame->spellChecker().cancelCheck();
|
| -
|
| // Take a look at the selection that results after typing and determine whether we need to spellcheck.
|
| // Since the word containing the current selection is never marked, this does a check to
|
| // see if typing made a new word that is not in the current selection. Basically, you
|
|
|