From 4a156157940f51b91eadd76f6c86f862ec0a1da0 Mon Sep 17 00:00:00 2001 From: Ben Murdoch Date: Thu, 6 Jan 2011 21:36:31 +0000 Subject: Merge WebKit at Chromium 9.0.597.55: trivial merge by git Change-Id: I2c6f2ebc4431d15ac82b5b1a9f08159e1731bc57 --- LayoutTests/storage/indexeddb/constants-expected.txt | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'LayoutTests/storage/indexeddb/constants-expected.txt') diff --git a/LayoutTests/storage/indexeddb/constants-expected.txt b/LayoutTests/storage/indexeddb/constants-expected.txt index ead0937..110a68d 100644 --- a/LayoutTests/storage/indexeddb/constants-expected.txt +++ b/LayoutTests/storage/indexeddb/constants-expected.txt @@ -4,16 +4,16 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE 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 -- cgit v1.1