| Index: third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.cpp b/third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.cpp
|
| index a7e89a32fd1eeeeda19b56ffeaa767a145194238..b1edaa4d85c2effe26546f6c8eea3440004f7029 100644
|
| --- a/third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.cpp
|
| @@ -103,10 +103,6 @@ SpellChecker::SpellChecker(LocalFrame& frame)
|
| {
|
| }
|
|
|
| -SpellChecker::~SpellChecker()
|
| -{
|
| -}
|
| -
|
| bool SpellChecker::isContinuousSpellCheckingEnabled() const
|
| {
|
| return spellCheckerClient().isContinuousSpellCheckingEnabled();
|
|
|