| 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 defea1b602cd63f8536ab6a819395c884d4f7632..dad2df3e4b2a54df47fbca1521b314aa31998885 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| @@ -329,10 +329,6 @@ void WebViewImpl::setSpellCheckClient(WebSpellCheckClient* spellCheckClient) {
|
| m_spellCheckClient = spellCheckClient;
|
| }
|
|
|
| -void WebViewImpl::setTextCheckClient(WebTextCheckClient* textCheckClient) {
|
| - m_textCheckClient = textCheckClient;
|
| -}
|
| -
|
| // static
|
| HashSet<WebViewImpl*>& WebViewImpl::allInstances() {
|
| DEFINE_STATIC_LOCAL(HashSet<WebViewImpl*>, allInstances, ());
|
| @@ -343,7 +339,6 @@ WebViewImpl::WebViewImpl(WebViewClient* client,
|
| WebPageVisibilityState visibilityState)
|
| : m_client(client),
|
| m_spellCheckClient(nullptr),
|
| - m_textCheckClient(nullptr),
|
| m_chromeClientImpl(ChromeClientImpl::create(this)),
|
| m_contextMenuClientImpl(this),
|
| m_editorClientImpl(this),
|
|
|