| Index: Source/modules/performance/WorkerPerformance.idl
|
| diff --git a/Source/modules/performance/WorkerPerformance.idl b/Source/modules/performance/WorkerPerformance.idl
|
| index c4ab7fdbef7c594968d30eb05b81421a3d047f52..37269174827fb9b5093476053dc8e85b4f3cccdc 100644
|
| --- a/Source/modules/performance/WorkerPerformance.idl
|
| +++ b/Source/modules/performance/WorkerPerformance.idl
|
| @@ -32,6 +32,6 @@
|
| NoInterfaceObject
|
| ] interface WorkerPerformance {
|
| // See https://dvcs.w3.org/hg/webperf/raw-file/tip/specs/HighResolutionTime2/Overview.html for details.
|
| - double now();
|
| + [CallWith=ExecutionContext] double now();
|
| };
|
|
|
|
|