| Index: Source/core/editing/SpellChecker.h
|
| diff --git a/Source/core/editing/SpellChecker.h b/Source/core/editing/SpellChecker.h
|
| index b28c56a1fd79af462e74a32eba884638acdb570f..05583fcf79b8942cf8a5f3aa9d199abf5f038ce0 100644
|
| --- a/Source/core/editing/SpellChecker.h
|
| +++ b/Source/core/editing/SpellChecker.h
|
| @@ -42,7 +42,7 @@ class TextCheckerClient;
|
| class TextCheckingParagraph;
|
| struct TextCheckingResult;
|
|
|
| -class SpellChecker FINAL : public NoBaseWillBeGarbageCollectedFinalized<SpellChecker> {
|
| +class SpellChecker final : public NoBaseWillBeGarbageCollectedFinalized<SpellChecker> {
|
| WTF_MAKE_NONCOPYABLE(SpellChecker);
|
| public:
|
| static PassOwnPtrWillBeRawPtr<SpellChecker> create(LocalFrame&);
|
|
|