| Index: LayoutTests/media/encrypted-media/encrypted-media-async-creation-with-gc.html
|
| diff --git a/LayoutTests/media/encrypted-media/encrypted-media-async-creation-with-gc.html b/LayoutTests/media/encrypted-media/encrypted-media-async-creation-with-gc.html
|
| index 5a5b07e640f1a46c65481176ab2eb1b757669306..53527527816f2551546a9c0f9dd2972ac54fe4e4 100644
|
| --- a/LayoutTests/media/encrypted-media/encrypted-media-async-creation-with-gc.html
|
| +++ b/LayoutTests/media/encrypted-media/encrypted-media-async-creation-with-gc.html
|
| @@ -20,7 +20,7 @@
|
| mediaKeySession = mediaKeys.createSession();
|
| return mediaKeySession.generateRequest(initDataType, getInitData(initDataType));
|
| }).then(function() {
|
| - return mediaKeySession.release();
|
| + return mediaKeySession.close();
|
| }).then(function(result) {
|
| test.done();
|
| }).catch(function(error) {
|
|
|