Index: third_party/WebKit/LayoutTests/media/encrypted-media/encrypted-media-not-callable-after-createsession.html |
diff --git a/third_party/WebKit/LayoutTests/media/encrypted-media/encrypted-media-not-callable-after-createsession.html b/third_party/WebKit/LayoutTests/media/encrypted-media/encrypted-media-not-callable-after-createsession.html |
index 3c6d4bb0ba7206252d21a1906b03a4720d456b82..5816d478e68cd4184ba18d00af3cf08f87371431 100644 |
--- a/third_party/WebKit/LayoutTests/media/encrypted-media/encrypted-media-not-callable-after-createsession.html |
+++ b/third_party/WebKit/LayoutTests/media/encrypted-media/encrypted-media-not-callable-after-createsession.html |
@@ -14,7 +14,7 @@ |
promise_test(function() |
{ |
- return navigator.requestMediaKeySystemAccess('org.w3.clearkey', [{}]).then(function(access) { |
+ return navigator.requestMediaKeySystemAccess('org.w3.clearkey', getSimpleConfiguration()).then(function(access) { |
return access.createMediaKeys(); |
}).then(function(mediaKeys) { |
var mediaKeySession = mediaKeys.createSession(); |
@@ -30,7 +30,7 @@ |
promise_test(function() |
{ |
- return navigator.requestMediaKeySystemAccess('org.w3.clearkey', [{}]).then(function(access) { |
+ return navigator.requestMediaKeySystemAccess('org.w3.clearkey', getSimpleConfiguration()).then(function(access) { |
return access.createMediaKeys(); |
}).then(function(mediaKeys) { |
var mediaKeySession = mediaKeys.createSession(); |
@@ -45,7 +45,7 @@ |
promise_test(function() |
{ |
- return navigator.requestMediaKeySystemAccess('org.w3.clearkey', [{}]).then(function(access) { |
+ return navigator.requestMediaKeySystemAccess('org.w3.clearkey', getSimpleConfiguration()).then(function(access) { |
return access.createMediaKeys(); |
}).then(function(mediaKeys) { |
var mediaKeySession = mediaKeys.createSession(); |