| Index: third_party/WebKit/LayoutTests/media/encrypted-media/encrypted-media-update-disallowed-input.html
|
| diff --git a/third_party/WebKit/LayoutTests/media/encrypted-media/encrypted-media-update-disallowed-input.html b/third_party/WebKit/LayoutTests/media/encrypted-media/encrypted-media-update-disallowed-input.html
|
| index 105cf537b30f31bed1e07a405f31f3d55f56aec9..d90566d8f1e399e4b86a5cdd058e39a06e825dc7 100644
|
| --- a/third_party/WebKit/LayoutTests/media/encrypted-media/encrypted-media-update-disallowed-input.html
|
| +++ b/third_party/WebKit/LayoutTests/media/encrypted-media/encrypted-media-update-disallowed-input.html
|
| @@ -55,7 +55,7 @@
|
|
|
| getSupportedInitDataType().then(function(type) {
|
| initDataType = type;
|
| - return navigator.requestMediaKeySystemAccess('org.w3.clearkey', [{}]);
|
| + return requestClearKeySystemAccessForInitType(initDataType);
|
| }).then(function(access) {
|
| return access.createMediaKeys();
|
| }).then(function(mediaKeys) {
|
|
|