| 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 c92fe22316db09c09f79e632c041a121d1b5aa75..db0377714f55e580354972088cb9c00a591aa317 100644
|
| --- a/third_party/WebKit/Source/core/timing/WorkerGlobalScopePerformance.h
|
| +++ b/third_party/WebKit/Source/core/timing/WorkerGlobalScopePerformance.h
|
| @@ -53,7 +53,7 @@ class WorkerGlobalScopePerformance final
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| private:
|
| - WorkerGlobalScopePerformance();
|
| + explicit WorkerGlobalScopePerformance(WorkerGlobalScope&);
|
|
|
| WorkerPerformance* performance(WorkerGlobalScope*);
|
| static const char* supplementName();
|
|
|