| Index: third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.h
|
| diff --git a/third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.h b/third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.h
|
| index ceb8614acce1ed2235406e278a78f588083d18e2..a02d78ce6dde63e5133b86b8a148417a9c27f58d 100644
|
| --- a/third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.h
|
| +++ b/third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.h
|
| @@ -43,12 +43,11 @@ class TextCheckerClient;
|
| class TextCheckingParagraph;
|
| struct TextCheckingResult;
|
|
|
| -class CORE_EXPORT SpellChecker final : public GarbageCollectedFinalized<SpellChecker> {
|
| +class CORE_EXPORT SpellChecker final : public GarbageCollected<SpellChecker> {
|
| WTF_MAKE_NONCOPYABLE(SpellChecker);
|
| public:
|
| static SpellChecker* create(LocalFrame&);
|
|
|
| - ~SpellChecker();
|
| DECLARE_TRACE();
|
|
|
| SpellCheckerClient& spellCheckerClient() const;
|
|
|