| 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 f6586700e856de30197df47465adfd35b72ab985..3e218af95a8cd18bd00d280b8b70ae246e6ca31d 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),
|
|
|