Index: Source/modules/screen_orientation/ScreenOrientationController.h |
diff --git a/Source/modules/screen_orientation/ScreenOrientationController.h b/Source/modules/screen_orientation/ScreenOrientationController.h |
index 5400401ea2c59d84ff1b48d517841fda6ebac173..b9839ccde526d287ccc7de7c702ffbb47e7d56a2 100644 |
--- a/Source/modules/screen_orientation/ScreenOrientationController.h |
+++ b/Source/modules/screen_orientation/ScreenOrientationController.h |
@@ -27,6 +27,7 @@ class MODULES_EXPORT ScreenOrientationController final |
, public PlatformEventController { |
WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(ScreenOrientationController); |
WTF_MAKE_NONCOPYABLE(ScreenOrientationController); |
+ WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED(ScreenOrientationController); |
public: |
~ScreenOrientationController() override; |