| 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 6739e36c742a4173e3e526e9b21634c569f38ebc..90c44ec858557d2a01e2cb5d73424966ca3ce6de 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 {
|
|
|