| Index: Source/core/page/Page.h
|
| diff --git a/Source/core/page/Page.h b/Source/core/page/Page.h
|
| index caacfa8aac46e0bc86a27bec077aed3e4cfdeb30..2423add9a58d17c79b43f1eda219514f6307d953 100644
|
| --- a/Source/core/page/Page.h
|
| +++ b/Source/core/page/Page.h
|
| @@ -70,6 +70,7 @@ float deviceScaleFactor(LocalFrame*);
|
|
|
| class CORE_EXPORT Page final : public NoBaseWillBeGarbageCollectedFinalized<Page>, public WillBeHeapSupplementable<Page>, public PageLifecycleNotifier, public SettingsDelegate {
|
| WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(Page);
|
| + WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED(Page);
|
| WTF_MAKE_NONCOPYABLE(Page);
|
| friend class Settings;
|
| public:
|
|
|