| Index: Source/core/timing/Performance.h
|
| diff --git a/Source/core/timing/Performance.h b/Source/core/timing/Performance.h
|
| index 4510e96b2373d9917cfda202ca30414f9221220c..72ea459a6af525d64fd9ebe7ba0fa63c77d61a9a 100644
|
| --- a/Source/core/timing/Performance.h
|
| +++ b/Source/core/timing/Performance.h
|
| @@ -55,7 +55,7 @@ using PerformanceEntryVector = HeapVector<Member<PerformanceEntry>>;
|
|
|
| class CORE_EXPORT Performance final : public RefCountedGarbageCollectedEventTargetWithInlineData<Performance>, public DOMWindowProperty {
|
| DEFINE_WRAPPERTYPEINFO();
|
| - DEFINE_EVENT_TARGET_REFCOUNTING_WILL_BE_REMOVED(RefCountedGarbageCollected<Performance>);
|
| + REFCOUNTED_GARBAGE_COLLECTED_EVENT_TARGET(Performance);
|
| WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(Performance);
|
| public:
|
| static Performance* create(LocalFrame* frame)
|
|
|