Index: LayoutTests/storage/indexeddb/objectstore-removeobjectstore.html |
=================================================================== |
--- LayoutTests/storage/indexeddb/objectstore-removeobjectstore.html (revision 73908) |
+++ LayoutTests/storage/indexeddb/objectstore-removeobjectstore.html (working copy) |
@@ -112,7 +112,7 @@ |
function verifyError() |
{ |
verifyErrorEvent(event); |
- shouldBe("event.code", "2"); |
+ shouldBe("event.code", "webkitIDBDatabaseException.NOT_FOUND_ERR"); |
shouldBeFalse("event.source.indexNames.contains('indexName')"); |
done(); |