Chromium Code Reviews| Index: Source/WebKit/chromium/public/WebIDBDatabaseException.h |
| =================================================================== |
| --- Source/WebKit/chromium/public/WebIDBDatabaseException.h (revision 142670) |
| +++ Source/WebKit/chromium/public/WebIDBDatabaseException.h (working copy) |
| @@ -34,6 +34,7 @@ |
| namespace WebKit { |
| enum WebIDBDatabaseException { |
| + WebIDBDatabaseExceptionUnknownError = 1201, |
| WebIDBDatabaseExceptionDataError = 1203, |
| WebIDBDatabaseExceptionQuotaError = 1212, |
| }; |