| Index: public/platform/WebIDBDatabaseException.h
|
| diff --git a/public/platform/WebIDBDatabaseException.h b/public/platform/WebIDBDatabaseException.h
|
| index 5416a5e3c0c80146603015ba5b53cad450b6c25f..c94178e589decffdd70ebb36b2b85167c4e4e430 100644
|
| --- a/public/platform/WebIDBDatabaseException.h
|
| +++ b/public/platform/WebIDBDatabaseException.h
|
| @@ -34,10 +34,10 @@
|
| namespace WebKit {
|
|
|
| enum WebIDBDatabaseException {
|
| - WebIDBDatabaseExceptionUnknownError = 24,
|
| - WebIDBDatabaseExceptionConstraintError = 25,
|
| - WebIDBDatabaseExceptionDataError = 26,
|
| - WebIDBDatabaseExceptionVersionError = 29,
|
| + WebIDBDatabaseExceptionUnknownError = 23,
|
| + WebIDBDatabaseExceptionConstraintError = 24,
|
| + WebIDBDatabaseExceptionDataError = 25,
|
| + WebIDBDatabaseExceptionVersionError = 28,
|
| WebIDBDatabaseExceptionAbortError = 17,
|
| WebIDBDatabaseExceptionQuotaError = 19,
|
| };
|
|
|