| Index: third_party/WebKit/Source/web/SpellCheckerClientImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/SpellCheckerClientImpl.cpp b/third_party/WebKit/Source/web/SpellCheckerClientImpl.cpp
|
| index d9fc25b76a0e43b3d7aa009d484972ca8c93de2f..94e6764d56a838b9cd8f31ea4092ecf59fd6df30 100644
|
| --- a/third_party/WebKit/Source/web/SpellCheckerClientImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/SpellCheckerClientImpl.cpp
|
| @@ -36,12 +36,8 @@
|
|
|
| namespace blink {
|
|
|
| -SpellCheckerClientImpl::SpellCheckerClientImpl(
|
| - WebViewImpl* webview,
|
| - TextCheckerClient* textCheckerClient)
|
| - : m_webView(webview),
|
| - m_textCheckerClient(textCheckerClient),
|
| - m_spellCheckThisFieldStatus(SpellCheckAutomatic) {}
|
| +SpellCheckerClientImpl::SpellCheckerClientImpl(WebViewImpl* webview)
|
| + : m_webView(webview), m_spellCheckThisFieldStatus(SpellCheckAutomatic) {}
|
|
|
| SpellCheckerClientImpl::~SpellCheckerClientImpl() {}
|
|
|
|
|