| Index: Source/core/editing/InputMethodController.h
|
| diff --git a/Source/core/editing/InputMethodController.h b/Source/core/editing/InputMethodController.h
|
| index 88c2a47478917139ccb6a8b2210a3d54989d7a5c..571bd41c01fa7c92c76d9913332f32406b047976 100644
|
| --- a/Source/core/editing/InputMethodController.h
|
| +++ b/Source/core/editing/InputMethodController.h
|
| @@ -41,6 +41,7 @@ class Range;
|
| class Text;
|
|
|
| class CORE_EXPORT InputMethodController final : public NoBaseWillBeGarbageCollectedFinalized<InputMethodController> {
|
| + WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED(InputMethodController);
|
| WTF_MAKE_NONCOPYABLE(InputMethodController);
|
| public:
|
| enum ConfirmCompositionBehavior {
|
|
|