| Index: LayoutTests/storage/indexeddb/resources/database-basics.js
|
| diff --git a/LayoutTests/storage/indexeddb/resources/database-basics.js b/LayoutTests/storage/indexeddb/resources/database-basics.js
|
| index 8a6480a94aa42e70267110e1ca6693e3aef95328..fcbd210f515d838015c78ff41561249bd932304b 100644
|
| --- a/LayoutTests/storage/indexeddb/resources/database-basics.js
|
| +++ b/LayoutTests/storage/indexeddb/resources/database-basics.js
|
| @@ -19,7 +19,6 @@ function prepareDatabase()
|
| shouldBe("db.objectStoreNames.length", "0");
|
| shouldBe("db.objectStoreNames.contains('')", "false");
|
| shouldBeUndefined("db.objectStoreNames[0]");
|
| - shouldBeNull("db.objectStoreNames.item(0)");
|
|
|
| objectStore = evalAndLog('db.createObjectStore("test123")');
|
| checkObjectStore();
|
|
|