| Index: third_party/WebKit/LayoutTests/media/encrypted-media/encrypted-media-setmediakeys-multiple-times-with-the-same-mediakeys.html
|
| diff --git a/third_party/WebKit/LayoutTests/media/encrypted-media/encrypted-media-setmediakeys-multiple-times-with-the-same-mediakeys.html b/third_party/WebKit/LayoutTests/media/encrypted-media/encrypted-media-setmediakeys-multiple-times-with-the-same-mediakeys.html
|
| index 71123150f2269cced017bbc33351afa834e45fef..40ebaf0e03bd46387b305f0e5b540f1bfe330d75 100644
|
| --- a/third_party/WebKit/LayoutTests/media/encrypted-media/encrypted-media-setmediakeys-multiple-times-with-the-same-mediakeys.html
|
| +++ b/third_party/WebKit/LayoutTests/media/encrypted-media/encrypted-media-setmediakeys-multiple-times-with-the-same-mediakeys.html
|
| @@ -17,7 +17,7 @@
|
|
|
| assert_equals(video.mediaKeys, null);
|
|
|
| - return navigator.requestMediaKeySystemAccess('org.w3.clearkey', [{}]).then(function(access) {
|
| + return navigator.requestMediaKeySystemAccess('org.w3.clearkey', avConfiguration('webm')).then(function(access) {
|
| return access.createMediaKeys();
|
| }).then(function(result) {
|
| mediaKeys = result;
|
|
|