| Index: third_party/WebKit/Source/core/frame/LocalFrame.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/LocalFrame.cpp b/third_party/WebKit/Source/core/frame/LocalFrame.cpp
|
| index 05a3caf50e717c723d49de7aa778de7e2de4b63b..585d3dd27b75ed6875259ce26c55bc766bf76535 100644
|
| --- a/third_party/WebKit/Source/core/frame/LocalFrame.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/LocalFrame.cpp
|
| @@ -514,6 +514,7 @@ void LocalFrame::documentAttached() {
|
| DCHECK(document());
|
| selection().documentAttached(document());
|
| inputMethodController().documentAttached(document());
|
| + spellChecker().documentAttached(document());
|
| }
|
|
|
| LocalDOMWindow* LocalFrame::domWindow() const {
|
|
|