| Index: Source/WebKit/chromium/public/WebIDBDatabaseException.h
|
| ===================================================================
|
| --- Source/WebKit/chromium/public/WebIDBDatabaseException.h (revision 143518)
|
| +++ Source/WebKit/chromium/public/WebIDBDatabaseException.h (working copy)
|
| @@ -34,6 +34,7 @@
|
| namespace WebKit {
|
|
|
| enum WebIDBDatabaseException {
|
| + WebIDBDatabaseExceptionUnknownError = 1201,
|
| WebIDBDatabaseExceptionDataError = 1203,
|
| WebIDBDatabaseExceptionAbortError = 1210,
|
| WebIDBDatabaseExceptionQuotaError = 1212,
|
|
|