| Index: third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.cpp b/third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.cpp
|
| index 45fc8ee0d359d1c54999b0d8a18b673489bb9beb..120089a0f1f65c5da1b328a786a7f2f8ed2bee30 100644
|
| --- a/third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.cpp
|
| @@ -792,7 +792,7 @@ void SpellChecker::replaceMisspelledRange(const String& text)
|
|
|
| static bool shouldCheckOldSelection(const VisibleSelection& oldSelection)
|
| {
|
| - if (!oldSelection.start().inShadowIncludingDocument())
|
| + if (!oldSelection.start().isConnected())
|
| return false;
|
| if (isSelectionInTextField(oldSelection))
|
| return false;
|
|
|