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

Unified Diff: modules/audio_output_devices/HTMLMediaElementAudioOutputDevice.idl

Issue 2786203002: Roll 50: Copied IDLs, PYTHON scripts from WebKit removed deleted files in WebCore (Closed)
Patch Set: Created 3 years, 9 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/README ('k') | modules/background_sync/PeriodicSyncEvent.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/audio_output_devices/HTMLMediaElementAudioOutputDevice.idl
diff --git a/modules/audio_output_devices/HTMLMediaElementAudioOutputDevice.idl b/modules/audio_output_devices/HTMLMediaElementAudioOutputDevice.idl
index a530d62623ea4716ddfee96e5b116ddbc1042853..b8a3195f793429cbbb88591a6478dd8123bc0f77 100644
--- a/modules/audio_output_devices/HTMLMediaElementAudioOutputDevice.idl
+++ b/modules/audio_output_devices/HTMLMediaElementAudioOutputDevice.idl
@@ -6,6 +6,5 @@
partial interface HTMLMediaElement {
[RuntimeEnabled=AudioOutputDevices] readonly attribute DOMString sinkId;
- [RuntimeEnabled=AudioOutputDevices, TypeChecking=Interface, CallWith=ScriptState] Promise<void> setSinkId(DOMString sinkId);
+ [RuntimeEnabled=AudioOutputDevices, CallWith=ScriptState] Promise<void> setSinkId(DOMString sinkId);
};
-
« no previous file with comments | « modules/README ('k') | modules/background_sync/PeriodicSyncEvent.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698