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

Unified Diff: third_party/WebKit/Source/modules/mediacapabilities/AudioConfiguration.idl

Issue 2706093002: Media Capabilities: update Blink implementation and WPT to match latest spec changes. (Closed)
Patch Set: update MANIFEST.json Created 3 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
Index: third_party/WebKit/Source/modules/mediacapabilities/AudioConfiguration.idl
diff --git a/third_party/WebKit/Source/modules/mediacapabilities/AudioConfiguration.idl b/third_party/WebKit/Source/modules/mediacapabilities/AudioConfiguration.idl
index 3c4128b5c783f734f589a139114ea7b6a1471cca..cd9fcfc746274c4fba3e91615bd3a0f894272d93 100644
--- a/third_party/WebKit/Source/modules/mediacapabilities/AudioConfiguration.idl
+++ b/third_party/WebKit/Source/modules/mediacapabilities/AudioConfiguration.idl
@@ -5,7 +5,7 @@
// https://wicg.github.io/media-capabilities/#dictdef-audioconfiguration
dictionary AudioConfiguration {
- required DOMString type;
+ required DOMString contentType;
DOMString channels;
unsigned long bitrate;

Powered by Google App Engine
This is Rietveld 408576698