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

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

Issue 130943004: Regularize extended attributes on partial interfaces (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 11 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/SharedWorkerPerformance.idl
diff --git a/Source/modules/performance/SharedWorkerPerformance.idl b/Source/modules/performance/SharedWorkerPerformance.idl
index c7f90a3a24253b001872f2af3aa32805748ba7e4..ef8b36b7ab02a2031941fa78f1c810a734b3951b 100644
--- a/Source/modules/performance/SharedWorkerPerformance.idl
+++ b/Source/modules/performance/SharedWorkerPerformance.idl
@@ -28,7 +28,7 @@
*/
[
- RuntimeEnabled=HighResolutionTimeInWorkers
+ RuntimeEnabled=HighResolutionTimeInWorkers,
] 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;

Powered by Google App Engine
This is Rietveld 408576698