summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/storage/IDBDatabaseException.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/storage/IDBDatabaseException.h')
-rw-r--r--Source/WebCore/storage/IDBDatabaseException.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/WebCore/storage/IDBDatabaseException.h b/Source/WebCore/storage/IDBDatabaseException.h
index 936b05a..174fe5b 100644
--- a/Source/WebCore/storage/IDBDatabaseException.h
+++ b/Source/WebCore/storage/IDBDatabaseException.h
@@ -53,7 +53,8 @@ public:
RECOVERABLE_ERR = IDBDatabaseExceptionOffset + 8,
TRANSIENT_ERR = IDBDatabaseExceptionOffset + 9,
TIMEOUT_ERR = IDBDatabaseExceptionOffset + 10,
- DEADLOCK_ERR = IDBDatabaseExceptionOffset + 11
+ DEADLOCK_ERR = IDBDatabaseExceptionOffset + 11,
+ READ_ONLY_ERR = IDBDatabaseExceptionOffset + 12
};
static int ErrorCodeToExceptionCode(int errorCode)