Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(404)

Unified Diff: third_party/WebKit/Source/web/WebViewImpl.cpp

Issue 2795113002: Move ownership of TextCheckerClientImpl to WebLocalFrameImpl (Closed)
Patch Set: Mon Apr 3 18:57:07 PDT 2017 Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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),

Powered by Google App Engine
This is Rietveld 408576698