| Index: Source/modules/performance/WorkerPerformance.h
|
| diff --git a/Source/modules/performance/WorkerPerformance.h b/Source/modules/performance/WorkerPerformance.h
|
| index 6ea0e4e114084f6bbb02cfb2ffde2dd162c101c3..1baad88b4762ccd0a785e5e8afe21ac8d6a04e7f 100644
|
| --- a/Source/modules/performance/WorkerPerformance.h
|
| +++ b/Source/modules/performance/WorkerPerformance.h
|
| @@ -45,6 +45,7 @@ class WorkerGlobalScope;
|
|
|
| class WorkerPerformance final : public PerformanceBase, public ContextLifecycleObserver {
|
| DEFINE_WRAPPERTYPEINFO();
|
| + WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(WorkerPerformance);
|
| public:
|
| static WorkerPerformance* create(WorkerGlobalScope* context)
|
| {
|
|
|