| Index: third_party/WebKit/Source/core/timing/WorkerGlobalScopePerformance.h
|
| diff --git a/third_party/WebKit/Source/core/timing/WorkerGlobalScopePerformance.h b/third_party/WebKit/Source/core/timing/WorkerGlobalScopePerformance.h
|
| index cdf2e0273a9f37f588be2fede937d73d6fa7e486..6cfa9bfa16eda93ed3b313ab65e0bd5e595e8d7b 100644
|
| --- a/third_party/WebKit/Source/core/timing/WorkerGlobalScopePerformance.h
|
| +++ b/third_party/WebKit/Source/core/timing/WorkerGlobalScopePerformance.h
|
| @@ -39,7 +39,7 @@ namespace blink {
|
|
|
| class WorkerGlobalScope;
|
|
|
| -class WorkerGlobalScopePerformance final : public GarbageCollected<WorkerGlobalScopePerformance>, public HeapSupplement<WorkerGlobalScope> {
|
| +class WorkerGlobalScopePerformance final : public GarbageCollected<WorkerGlobalScopePerformance>, public Supplement<WorkerGlobalScope> {
|
| USING_GARBAGE_COLLECTED_MIXIN(WorkerGlobalScopePerformance);
|
| public:
|
| static WorkerGlobalScopePerformance& from(WorkerGlobalScope&);
|
|
|