| 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..6f112a74537b015bada9f85383ea438a2d178ed4 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/TypingCommand.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/commands/TypingCommand.cpp
|
| @@ -332,7 +332,7 @@ void TypingCommand::markMisspellingsAfterTyping(ETypingCommand commandType)
|
| if (!frame)
|
| return;
|
|
|
| - if (!frame->spellChecker().isContinuousSpellCheckingEnabled())
|
| + if (!frame->spellChecker().isSpellCheckingEnabled())
|
| return;
|
| if (!SpellChecker::isSpellCheckingEnabledFor(endingSelection()))
|
| return;
|
|
|