| Index: third_party/WebKit/Source/core/timing/SharedWorkerPerformance.h
|
| diff --git a/third_party/WebKit/Source/core/timing/SharedWorkerPerformance.h b/third_party/WebKit/Source/core/timing/SharedWorkerPerformance.h
|
| index ebcb21cc3aa1049d4efc0bbe266fcf1ab471389f..c70b655143714d794ce543a701ad142dffaa66a4 100644
|
| --- a/third_party/WebKit/Source/core/timing/SharedWorkerPerformance.h
|
| +++ b/third_party/WebKit/Source/core/timing/SharedWorkerPerformance.h
|
| @@ -53,7 +53,7 @@ class SharedWorkerPerformance final
|
| DEFINE_INLINE_VIRTUAL_TRACE() { Supplement<SharedWorker>::trace(visitor); }
|
|
|
| private:
|
| - SharedWorkerPerformance();
|
| + explicit SharedWorkerPerformance(SharedWorker&);
|
| static const char* supplementName();
|
|
|
| double m_timeOrigin;
|
|
|