| Index: third_party/WebKit/Source/core/editing/spellcheck/SpellCheckTestBase.h
|
| diff --git a/third_party/WebKit/Source/core/editing/spellcheck/SpellCheckTestBase.h b/third_party/WebKit/Source/core/editing/spellcheck/SpellCheckTestBase.h
|
| index 96635f19fa8295d008d77872fa982750f8f55744..0d4e26634d93e7927963c5cd8148c027491dd016 100644
|
| --- a/third_party/WebKit/Source/core/editing/spellcheck/SpellCheckTestBase.h
|
| +++ b/third_party/WebKit/Source/core/editing/spellcheck/SpellCheckTestBase.h
|
| @@ -21,13 +21,6 @@ class SpellCheckTestBase : public EditingTestBase {
|
| virtual ~DummySpellCheckerClient() {}
|
|
|
| bool isSpellCheckingEnabled() override { return true; }
|
| -
|
| - TextCheckerClient& textChecker() override {
|
| - return m_emptyTextCheckerClient;
|
| - }
|
| -
|
| - private:
|
| - EmptyTextCheckerClient m_emptyTextCheckerClient;
|
| };
|
|
|
| std::unique_ptr<DummySpellCheckerClient> m_spellCheckerClient;
|
|
|