Index: third_party/WebKit/Source/web/WebViewImpl.cpp |
diff --git a/third_party/WebKit/Source/web/WebViewImpl.cpp b/third_party/WebKit/Source/web/WebViewImpl.cpp |
index dd1498133ea2376db7e178e347b5668ae1933ae2..defea1b602cd63f8536ab6a819395c884d4f7632 100644 |
--- a/third_party/WebKit/Source/web/WebViewImpl.cpp |
+++ b/third_party/WebKit/Source/web/WebViewImpl.cpp |
@@ -347,8 +347,7 @@ WebViewImpl::WebViewImpl(WebViewClient* client, |
m_chromeClientImpl(ChromeClientImpl::create(this)), |
m_contextMenuClientImpl(this), |
m_editorClientImpl(this), |
- m_textCheckerClientImpl(this), |
- m_spellCheckerClientImpl(this, &m_textCheckerClientImpl), |
+ m_spellCheckerClientImpl(this), |
m_storageClientImpl(this), |
m_shouldAutoResize(false), |
m_zoomLevel(0), |