| Index: Source/modules/presentation/PresentationController.h
|
| diff --git a/Source/modules/presentation/PresentationController.h b/Source/modules/presentation/PresentationController.h
|
| index dce55c9aede838c5123c267108f85f2f5c4b4b54..03407dffdbd96cdc17e8d776c0aebe21960652f8 100644
|
| --- a/Source/modules/presentation/PresentationController.h
|
| +++ b/Source/modules/presentation/PresentationController.h
|
| @@ -29,6 +29,7 @@ class MODULES_EXPORT PresentationController final
|
| , public LocalFrameLifecycleObserver
|
| , public WebPresentationController {
|
| WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(PresentationController);
|
| + WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED(PresentationController);
|
| WTF_MAKE_NONCOPYABLE(PresentationController);
|
| public:
|
| ~PresentationController() override;
|
|
|