| Index: Source/core/editing/FrameSelection.cpp
|
| diff --git a/Source/core/editing/FrameSelection.cpp b/Source/core/editing/FrameSelection.cpp
|
| index cefd25af07aba357e7632b64a431c40dd814d651..ac37b5b99a3a80e3c7f4487010f489251b39235d 100644
|
| --- a/Source/core/editing/FrameSelection.cpp
|
| +++ b/Source/core/editing/FrameSelection.cpp
|
| @@ -1513,6 +1513,8 @@ void FrameSelection::focusedOrActiveStateChanged()
|
| // Caret appears in the active frame.
|
| if (activeAndFocused)
|
| setSelectionFromNone();
|
| + else
|
| + m_frame->editor()->spellCheckAfterBlur();
|
| setCaretVisibility(activeAndFocused ? Visible : Hidden);
|
|
|
| // Update for caps lock state
|
|
|