| Index: Source/core/timing/PerformanceBase.h
|
| diff --git a/Source/core/timing/PerformanceBase.h b/Source/core/timing/PerformanceBase.h
|
| index 52a82b5240c2bcb41278109ec1c68e205b17d195..56c6f2e42a3b400c49a4d58a2b6ebbdc8fa00fca 100644
|
| --- a/Source/core/timing/PerformanceBase.h
|
| +++ b/Source/core/timing/PerformanceBase.h
|
| @@ -52,7 +52,6 @@ using PerformanceEntryVector = HeapVector<Member<PerformanceEntry>>;
|
|
|
| class CORE_EXPORT PerformanceBase : public RefCountedGarbageCollectedEventTargetWithInlineData<PerformanceBase> {
|
| REFCOUNTED_GARBAGE_COLLECTED_EVENT_TARGET(PerformanceBase);
|
| - WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(PerformanceBase);
|
| public:
|
| virtual ~PerformanceBase();
|
|
|
|
|