| Index: Source/modules/navigatorcontentutils/NavigatorContentUtils.h
|
| diff --git a/Source/modules/navigatorcontentutils/NavigatorContentUtils.h b/Source/modules/navigatorcontentutils/NavigatorContentUtils.h
|
| index 6ce509f4e0bee2aabae58b63dc7478f4c0d16a7c..1c2bb28642089c7d4d03c356e02d116a3b3d5e05 100644
|
| --- a/Source/modules/navigatorcontentutils/NavigatorContentUtils.h
|
| +++ b/Source/modules/navigatorcontentutils/NavigatorContentUtils.h
|
| @@ -42,6 +42,7 @@ class Navigator;
|
|
|
| class MODULES_EXPORT NavigatorContentUtils final : public NoBaseWillBeGarbageCollectedFinalized<NavigatorContentUtils>, public WillBeHeapSupplement<LocalFrame> {
|
| WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(NavigatorContentUtils);
|
| + WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED(NavigatorContentUtils);
|
| public:
|
| virtual ~NavigatorContentUtils();
|
|
|
|
|