summaryrefslogtreecommitdiffstats
path: root/LayoutTests/storage/indexeddb/objectstore-removeobjectstore.html
diff options
context:
space:
mode:
Diffstat (limited to 'LayoutTests/storage/indexeddb/objectstore-removeobjectstore.html')
-rw-r--r--LayoutTests/storage/indexeddb/objectstore-removeobjectstore.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/LayoutTests/storage/indexeddb/objectstore-removeobjectstore.html b/LayoutTests/storage/indexeddb/objectstore-removeobjectstore.html
index 5f617ca..c531dcf 100644
--- a/LayoutTests/storage/indexeddb/objectstore-removeobjectstore.html
+++ b/LayoutTests/storage/indexeddb/objectstore-removeobjectstore.html
@@ -112,7 +112,7 @@ function getValueAgain()
function verifyError()
{
verifyErrorEvent(event);
- shouldBe("event.code", "2");
+ shouldBe("event.code", "webkitIDBDatabaseException.NOT_FOUND_ERR");
shouldBeFalse("event.source.indexNames.contains('indexName')");
done();