Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1305)

Unified Diff: Source/modules/performance/WorkerGlobalScopePerformance.idl

Issue 106353005: Expose performance.memory in workers (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@Perf-Memory-SharedWorker
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/modules/performance/WorkerGlobalScopePerformance.idl
diff --git a/Source/modules/performance/WorkerGlobalScopePerformance.idl b/Source/modules/performance/WorkerGlobalScopePerformance.idl
index 0bbe7156fb5f38a4cd5ddc4ae4bc3006a9f57a97..df1f427782c8d58ce2208016bce328e217fc2502 100644
--- a/Source/modules/performance/WorkerGlobalScopePerformance.idl
+++ b/Source/modules/performance/WorkerGlobalScopePerformance.idl
@@ -29,7 +29,7 @@
*/
[
- RuntimeEnabled=HighResolutionTimeInWorkers,
+ RuntimeEnabled=PerformanceInWorkers
] partial interface WorkerGlobalScope {
readonly attribute WorkerPerformance performance;
};

Powered by Google App Engine
This is Rietveld 408576698