| Index: third_party/WebKit/Source/modules/mediacapabilities/VideoConfiguration.idl
|
| diff --git a/third_party/WebKit/Source/modules/mediacapabilities/VideoConfiguration.idl b/third_party/WebKit/Source/modules/mediacapabilities/VideoConfiguration.idl
|
| index bf4f615b6b019bdf2418274c0646650384e4f6bf..af63d0bd4b764997847b05f49e0d6e2b6f0f6541 100644
|
| --- a/third_party/WebKit/Source/modules/mediacapabilities/VideoConfiguration.idl
|
| +++ b/third_party/WebKit/Source/modules/mediacapabilities/VideoConfiguration.idl
|
| @@ -5,7 +5,7 @@
|
| // https://wicg.github.io/media-capabilities/#dictdef-videoconfiguration
|
|
|
| dictionary VideoConfiguration {
|
| - required DOMString type;
|
| + required DOMString contentType;
|
| required unsigned long width;
|
| required unsigned long height;
|
| required unsigned long bitrate;
|
|
|