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

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

Issue 2795113002: Move ownership of TextCheckerClientImpl to WebLocalFrameImpl (Closed)
Patch Set: Rebased Created 3 years, 8 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
« no previous file with comments | « third_party/WebKit/Source/web/WebViewImpl.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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),
« no previous file with comments | « third_party/WebKit/Source/web/WebViewImpl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698