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

Unified Diff: Source/modules/mediastream/MediaDevices.idl

Issue 1195633004: Remove EventHandler interface from MediaDevices.idl (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/mediastream/MediaDevices.idl
diff --git a/Source/modules/mediastream/MediaDevices.idl b/Source/modules/mediastream/MediaDevices.idl
index e5f2f6b55ccd8192feb72732abcfee3574937b55..8f6d0dfecd49a708603c0bf7772104b607d077cf 100644
--- a/Source/modules/mediastream/MediaDevices.idl
+++ b/Source/modules/mediastream/MediaDevices.idl
@@ -8,6 +8,6 @@
GarbageCollected,
RuntimeEnabled=EnumerateDevices
]
-interface MediaDevices : EventTarget {
+interface MediaDevices {
[RuntimeEnabled=EnumerateDevices, TypeChecking=Interface, CallWith=ScriptState] Promise<sequence<MediaDeviceInfo>> enumerateDevices();
};
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698