summaryrefslogtreecommitdiff
path: root/Source/WebCore/Modules/indexeddb/IDBDatabaseException.idl
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/Modules/indexeddb/IDBDatabaseException.idl')
-rw-r--r--Source/WebCore/Modules/indexeddb/IDBDatabaseException.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/WebCore/Modules/indexeddb/IDBDatabaseException.idl b/Source/WebCore/Modules/indexeddb/IDBDatabaseException.idl
index 984cab922..67d811c3e 100644
--- a/Source/WebCore/Modules/indexeddb/IDBDatabaseException.idl
+++ b/Source/WebCore/Modules/indexeddb/IDBDatabaseException.idl
@@ -49,10 +49,6 @@ module storage {
const unsigned short READ_ONLY_ERR = 9;
const unsigned short VER_ERR = 12;
- // FIXME: Placeholder until bindings have been updated to throw a JS TypeError.
- // See https://bugs.webkit.org/show_bug.cgi?id=85513
- const unsigned short TYPE_ERR = 21;
-
const unsigned short NOT_FOUND_ERR = 8;
const unsigned short ABORT_ERR = 20;
const unsigned short TIMEOUT_ERR = 23;