| Index: third_party/WebKit/Source/core/timing/PerformanceBase.h
|
| diff --git a/third_party/WebKit/Source/core/timing/PerformanceBase.h b/third_party/WebKit/Source/core/timing/PerformanceBase.h
|
| index aa3e09748c3669f5b7ce0ee5b652a9caaa61343d..983fa27cdbbe51e6828d508f3d440f22783fd5ac 100644
|
| --- a/third_party/WebKit/Source/core/timing/PerformanceBase.h
|
| +++ b/third_party/WebKit/Source/core/timing/PerformanceBase.h
|
| @@ -54,7 +54,7 @@ class UserTiming;
|
| using PerformanceEntryVector = HeapVector<Member<PerformanceEntry>>;
|
| using PerformanceObservers = HeapListHashSet<Member<PerformanceObserver>>;
|
|
|
| -class CORE_EXPORT PerformanceBase : public RefCountedGarbageCollectedEventTargetWithInlineData<PerformanceBase> {
|
| +class CORE_EXPORT PerformanceBase : public EventTargetWithInlineData {
|
| REFCOUNTED_GARBAGE_COLLECTED_EVENT_TARGET(PerformanceBase);
|
| public:
|
| ~PerformanceBase() override;
|
|
|