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