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

Unified Diff: modules/performance/SharedWorkerPerformance.idl

Issue 959933002: Move IDLs to 39 roll (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 5 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
« no previous file with comments | « modules/notifications/NotificationOptions.idl ('k') | modules/performance/WorkerGlobalScopePerformance.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/performance/SharedWorkerPerformance.idl
diff --git a/modules/performance/SharedWorkerPerformance.idl b/modules/performance/SharedWorkerPerformance.idl
index ef8b36b7ab02a2031941fa78f1c810a734b3951b..cef9493922df9f3605865dcdd13ffe2ae4e1df60 100644
--- a/modules/performance/SharedWorkerPerformance.idl
+++ b/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;
};
« no previous file with comments | « modules/notifications/NotificationOptions.idl ('k') | modules/performance/WorkerGlobalScopePerformance.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698