| Index: modules/performance/WorkerGlobalScopePerformance.idl
|
| diff --git a/modules/performance/WorkerContextPerformance.idl b/modules/performance/WorkerGlobalScopePerformance.idl
|
| similarity index 97%
|
| rename from modules/performance/WorkerContextPerformance.idl
|
| rename to modules/performance/WorkerGlobalScopePerformance.idl
|
| index 79ef789102284c3f4d065179322cbe462cf650cc..a737930d369186b54a387fca8ee459caf56f4841 100644
|
| --- a/modules/performance/WorkerContextPerformance.idl
|
| +++ b/modules/performance/WorkerGlobalScopePerformance.idl
|
| @@ -30,6 +30,6 @@
|
|
|
| [
|
| EnabledAtRuntime=HighResolutionTimeInWorkers
|
| -] partial interface WorkerContext {
|
| +] partial interface WorkerGlobalScope {
|
| readonly attribute WorkerPerformance performance;
|
| };
|
|
|