summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/WebKit/Source/modules/performance/WorkerGlobalScopePerformance.idl
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/Source/modules/performance/WorkerGlobalScopePerformance.idl')
-rw-r--r--chromium/third_party/WebKit/Source/modules/performance/WorkerGlobalScopePerformance.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/third_party/WebKit/Source/modules/performance/WorkerGlobalScopePerformance.idl b/chromium/third_party/WebKit/Source/modules/performance/WorkerGlobalScopePerformance.idl
index 1522a1d181e..0bbe7156fb5 100644
--- a/chromium/third_party/WebKit/Source/modules/performance/WorkerGlobalScopePerformance.idl
+++ b/chromium/third_party/WebKit/Source/modules/performance/WorkerGlobalScopePerformance.idl
@@ -29,7 +29,7 @@
*/
[
- RuntimeEnabled=HighResolutionTimeInWorkers
+ RuntimeEnabled=HighResolutionTimeInWorkers,
] partial interface WorkerGlobalScope {
readonly attribute WorkerPerformance performance;
};