| Index: third_party/WebKit/Source/core/timing/SharedWorkerPerformance.idl
|
| diff --git a/third_party/WebKit/Source/core/timing/SharedWorkerPerformance.idl b/third_party/WebKit/Source/core/timing/SharedWorkerPerformance.idl
|
| index eee0102c29b858a3a1eea7939e70fc622bbe1fe6..2c9586011d96a9e7b4b8a633dc0555dc84312b2e 100644
|
| --- a/third_party/WebKit/Source/core/timing/SharedWorkerPerformance.idl
|
| +++ b/third_party/WebKit/Source/core/timing/SharedWorkerPerformance.idl
|
| @@ -32,5 +32,5 @@
|
| // https://github.com/w3c/hr-time/commit/39aaf81e1ea206fdf0fde4f49604ddd64d4f5b13
|
|
|
| partial interface SharedWorker {
|
| - [CallWith=ExecutionContext, Measure] readonly attribute DOMHighResTimeStamp workerStart;
|
| + [CallWith=ScriptState, Measure] readonly attribute DOMHighResTimeStamp workerStart;
|
| };
|
|
|