| 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 ff36a6a3212ed1df661c166637ca66358b665b7b..d43b92226ab9ed46c96434212d14130f5a0622f2 100644
|
| --- a/third_party/WebKit/Source/core/timing/PerformanceBase.h
|
| +++ b/third_party/WebKit/Source/core/timing/PerformanceBase.h
|
| @@ -60,7 +60,6 @@ using PerformanceEntryVector = HeapVector<Member<PerformanceEntry>>;
|
| using PerformanceObservers = HeapListHashSet<Member<PerformanceObserver>>;
|
|
|
| class CORE_EXPORT PerformanceBase : public EventTargetWithInlineData {
|
| -
|
| public:
|
| ~PerformanceBase() override;
|
|
|
|
|