Index: LayoutTests/storage/indexeddb/constants-expected.txt |
=================================================================== |
--- LayoutTests/storage/indexeddb/constants-expected.txt (revision 73908) |
+++ LayoutTests/storage/indexeddb/constants-expected.txt (working copy) |
@@ -4,16 +4,16 @@ |
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 |
-PASS webkitIDBDatabaseException.DATA_ERR is 4 |
-PASS webkitIDBDatabaseException.NOT_ALLOWED_ERR is 5 |
-PASS webkitIDBDatabaseException.SERIAL_ERR is 11 |
-PASS webkitIDBDatabaseException.RECOVERABLE_ERR is 21 |
-PASS webkitIDBDatabaseException.TRANSIENT_ERR is 31 |
-PASS webkitIDBDatabaseException.TIMEOUT_ERR is 32 |
-PASS webkitIDBDatabaseException.DEADLOCK_ERR is 33 |
+PASS webkitIDBDatabaseException.NON_TRANSIENT_ERR is 2 |
+PASS webkitIDBDatabaseException.NOT_FOUND_ERR is 3 |
+PASS webkitIDBDatabaseException.CONSTRAINT_ERR is 4 |
+PASS webkitIDBDatabaseException.DATA_ERR is 5 |
+PASS webkitIDBDatabaseException.NOT_ALLOWED_ERR is 6 |
+PASS webkitIDBDatabaseException.SERIAL_ERR is 7 |
+PASS webkitIDBDatabaseException.RECOVERABLE_ERR is 8 |
+PASS webkitIDBDatabaseException.TRANSIENT_ERR is 9 |
+PASS webkitIDBDatabaseException.TIMEOUT_ERR is 10 |
+PASS webkitIDBDatabaseException.DEADLOCK_ERR is 11 |
PASS webkitIDBRequest.LOADING is 1 |
PASS webkitIDBRequest.DONE is 2 |
PASS webkitIDBCursor.NEXT is 0 |