| 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 90c44ec858557d2a01e2cb5d73424966ca3ce6de..6739e36c742a4173e3e526e9b21634c569f38ebc 100644
|
| --- a/third_party/WebKit/Source/core/frame/LocalFrame.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/LocalFrame.cpp
|
| @@ -514,7 +514,6 @@
|
| DCHECK(document());
|
| selection().documentAttached(document());
|
| inputMethodController().documentAttached(document());
|
| - spellChecker().documentAttached(document());
|
| }
|
|
|
| LocalDOMWindow* LocalFrame::domWindow() const {
|
|
|