Index: Source/modules/indexeddb/IDBVersionChangeEventInit.idl |
diff --git a/Source/modules/indexeddb/IDBVersionChangeEventInit.idl b/Source/modules/indexeddb/IDBVersionChangeEventInit.idl |
index 0c13ba821019e97f4f4daff6d8bf3ce7a99bd07f..2441f6b4351126fda8c48b86ad7a3f6ff0b9ebd1 100644 |
--- a/Source/modules/indexeddb/IDBVersionChangeEventInit.idl |
+++ b/Source/modules/indexeddb/IDBVersionChangeEventInit.idl |
@@ -2,10 +2,6 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-// FIXME: This enum is non-standard, see |
-// https://www.w3.org/Bugs/Public/show_bug.cgi?id=22370 |
-enum IDBDataLossAmount { "none", "total" }; |
- |
dictionary IDBVersionChangeEventInit : EventInit { |
unsigned long long oldVersion = 0; |
unsigned long long? newVersion = null; |