summaryrefslogtreecommitdiffstats
path: root/LayoutTests/storage/indexeddb/constants-expected.txt
diff options
context:
space:
mode:
Diffstat (limited to 'LayoutTests/storage/indexeddb/constants-expected.txt')
-rw-r--r--LayoutTests/storage/indexeddb/constants-expected.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/LayoutTests/storage/indexeddb/constants-expected.txt b/LayoutTests/storage/indexeddb/constants-expected.txt
index 15a2df7..8f53b56 100644
--- a/LayoutTests/storage/indexeddb/constants-expected.txt
+++ b/LayoutTests/storage/indexeddb/constants-expected.txt
@@ -8,7 +8,7 @@ PASS webkitIDBKeyRange.LEFT_OPEN is 1
PASS webkitIDBKeyRange.RIGHT_OPEN is 2
PASS webkitIDBKeyRange.LEFT_BOUND is 4
PASS webkitIDBKeyRange.RIGHT_BOUND is 8
-PASS webkitIDBDatabaseException.UNKNOWN_ERR is 0
+PASS webkitIDBDatabaseException.UNKNOWN_ERR is 1
PASS webkitIDBDatabaseException.NON_TRANSIENT_ERR is 1
PASS webkitIDBDatabaseException.NOT_FOUND_ERR is 2
PASS webkitIDBDatabaseException.CONSTRAINT_ERR is 3