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

Unified Diff: modules/performance/WorkerContextPerformance.idl

Issue 19605006: Roll IDL to multivm@1316 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 7 years, 5 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/WorkerContextNotifications.idl ('k') | modules/performance/WorkerPerformance.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/performance/WorkerContextPerformance.idl
diff --git a/modules/webmidi/MIDIInput.idl b/modules/performance/WorkerContextPerformance.idl
similarity index 91%
copy from modules/webmidi/MIDIInput.idl
copy to modules/performance/WorkerContextPerformance.idl
index 8c0ae3cd90aad230083403867cef594a190a0674..79ef789102284c3f4d065179322cbe462cf650cc 100644
--- a/modules/webmidi/MIDIInput.idl
+++ b/modules/performance/WorkerContextPerformance.idl
@@ -29,9 +29,7 @@
*/
[
- NoInterfaceObject,
- ActiveDOMObject,
- EventTarget
-] interface MIDIInput : MIDIPort {
- attribute EventListener onmidimessage;
+ EnabledAtRuntime=HighResolutionTimeInWorkers
+] partial interface WorkerContext {
+ readonly attribute WorkerPerformance performance;
};
« no previous file with comments | « modules/notifications/WorkerContextNotifications.idl ('k') | modules/performance/WorkerPerformance.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698