summaryrefslogtreecommitdiffstats
path: root/WebCore/storage/IDBTransaction.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/storage/IDBTransaction.h')
-rw-r--r--WebCore/storage/IDBTransaction.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/WebCore/storage/IDBTransaction.h b/WebCore/storage/IDBTransaction.h
index 8db5205..d0a9f0f 100644
--- a/WebCore/storage/IDBTransaction.h
+++ b/WebCore/storage/IDBTransaction.h
@@ -54,8 +54,7 @@ public:
enum Mode {
READ_WRITE = 0,
READ_ONLY = 1,
- SNAPSHOT_READ = 2,
- VERSION_CHANGE = 3
+ VERSION_CHANGE = 2
};
unsigned short mode() const;