Index: Source/modules/performance/SharedWorkerPerformance.idl |
diff --git a/Source/modules/performance/SharedWorkerPerformance.idl b/Source/modules/performance/SharedWorkerPerformance.idl |
index ef8b36b7ab02a2031941fa78f1c810a734b3951b..cef9493922df9f3605865dcdd13ffe2ae4e1df60 100644 |
--- a/Source/modules/performance/SharedWorkerPerformance.idl |
+++ b/Source/modules/performance/SharedWorkerPerformance.idl |
@@ -27,9 +27,7 @@ |
* OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-[ |
- RuntimeEnabled=HighResolutionTimeInWorkers, |
-] partial interface SharedWorker { |
+partial interface SharedWorker { |
// See https://dvcs.w3.org/hg/webperf/raw-file/tip/specs/HighResolutionTime2/Overview.html for details. |
[CallWith=ExecutionContext] readonly attribute double workerStart; |
}; |