| Index: LayoutTests/imported/web-platform-tests/IndexedDB/idbdatabase_deleteObjectStore4-not_reused.htm
|
| diff --git a/LayoutTests/imported/web-platform-tests/IndexedDB/idbdatabase_deleteObjectStore4-not_reused.htm b/LayoutTests/imported/web-platform-tests/IndexedDB/idbdatabase_deleteObjectStore4-not_reused.htm
|
| index 7c925747aae6cbac660666371cacf8babfc25568..1ee53cfdedc41dda393751e808dd54454a7e3fa6 100644
|
| --- a/LayoutTests/imported/web-platform-tests/IndexedDB/idbdatabase_deleteObjectStore4-not_reused.htm
|
| +++ b/LayoutTests/imported/web-platform-tests/IndexedDB/idbdatabase_deleteObjectStore4-not_reused.htm
|
| @@ -33,7 +33,7 @@ open_rq.onupgradeneeded = function(e) {
|
| }
|
|
|
| open_rq.onsuccess = function(e) {
|
| - assert_object_equals(keys, [5, 6, 1], "keys");
|
| + assert_array_equals(keys, [5, 6, 1], "keys");
|
| t.done();
|
| }
|
|
|
|
|