| 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..54c62b6faa7a690ef7fb90bdf40e538fb7436fbe 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', webmConfiguration()).then(function(access) {
|
| return access.createMediaKeys();
|
| }).then(function(result) {
|
| mediaKeys = result;
|
|
|