| Index: third_party/WebKit/Source/core/editing/spellcheck/TextCheckingHelper.h
|
| diff --git a/third_party/WebKit/Source/core/editing/spellcheck/TextCheckingHelper.h b/third_party/WebKit/Source/core/editing/spellcheck/TextCheckingHelper.h
|
| index bda4e316a10fb04e51013e4644590db36b572d57..d2904be2093c123f27af5a2d1c7c4028758178e7 100644
|
| --- a/third_party/WebKit/Source/core/editing/spellcheck/TextCheckingHelper.h
|
| +++ b/third_party/WebKit/Source/core/editing/spellcheck/TextCheckingHelper.h
|
| @@ -81,21 +81,6 @@ private:
|
| mutable int m_checkingLength;
|
| };
|
|
|
| -class TextCheckingHelper {
|
| - WTF_MAKE_NONCOPYABLE(TextCheckingHelper);
|
| - STACK_ALLOCATED();
|
| -public:
|
| - TextCheckingHelper(SpellCheckerClient&, const Position& start, const Position& end);
|
| - ~TextCheckingHelper();
|
| -
|
| - String findFirstMisspellingOrBadGrammar(int& outFirstFoundOffset);
|
| -
|
| -private:
|
| - SpellCheckerClient* m_client;
|
| - Position m_start;
|
| - Position m_end;
|
| -};
|
| -
|
| } // namespace blink
|
|
|
| #endif // TextCheckingHelper_h
|
|
|