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

Unified Diff: third_party/WebKit/Source/modules/mediacapabilities/MediaConfiguration.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/MediaConfiguration.idl
diff --git a/third_party/WebKit/Source/modules/mediacapabilities/MediaConfiguration.idl b/third_party/WebKit/Source/modules/mediacapabilities/MediaConfiguration.idl
index 5d82f14cb120f95513d4cb6e786b12ed9222b926..aa3da1df71573a7d3c2c09f367f0e9baed695745 100644
--- a/third_party/WebKit/Source/modules/mediacapabilities/MediaConfiguration.idl
+++ b/third_party/WebKit/Source/modules/mediacapabilities/MediaConfiguration.idl
@@ -6,7 +6,7 @@
enum MediaConfigurationType {
"file",
- "MediaSource",
+ "media-source",
};
dictionary MediaConfiguration {

Powered by Google App Engine
This is Rietveld 408576698