| Index: Source/core/page/Page.h
|
| diff --git a/Source/core/page/Page.h b/Source/core/page/Page.h
|
| index 06d688c3f2713979ae51ca2f9185531841a08f15..f8fc9c918d5d6679d87afeb94b28d18fec91b206 100644
|
| --- a/Source/core/page/Page.h
|
| +++ b/Source/core/page/Page.h
|
| @@ -78,7 +78,8 @@ typedef uint64_t LinkHash;
|
|
|
| float deviceScaleFactor(LocalFrame*);
|
|
|
| -class Page FINAL : public NoBaseWillBeGarbageCollectedFinalized<Page>, public Supplementable<Page>, public LifecycleContext<Page>, public SettingsDelegate {
|
| +class Page FINAL : public NoBaseWillBeGarbageCollectedFinalized<Page>, public WillBeHeapSupplementable<Page>, public LifecycleContext<Page>, public SettingsDelegate {
|
| + WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(Page);
|
| WTF_MAKE_NONCOPYABLE(Page);
|
| friend class Settings;
|
| public:
|
|
|