| Index: Source/modules/indexeddb/IDBDatabase.idl
|
| diff --git a/Source/modules/indexeddb/IDBDatabase.idl b/Source/modules/indexeddb/IDBDatabase.idl
|
| index 20ab56fb2b4495b25281331376974fb832250878..67a46fe1c13f4ac5829bcc3bdc99834edd1961a1 100644
|
| --- a/Source/modules/indexeddb/IDBDatabase.idl
|
| +++ b/Source/modules/indexeddb/IDBDatabase.idl
|
| @@ -26,13 +26,6 @@
|
|
|
| // https://dvcs.w3.org/hg/IndexedDB/raw-file/default/Overview.html#idl-def-IDBDatabase
|
|
|
| -// FIXME: de-duplicate this when crbug.com/390758 is fixed.
|
| -enum IDBTransactionMode {
|
| - "readonly",
|
| - "readwrite",
|
| - "versionchange"
|
| -};
|
| -
|
| [
|
| ActiveDOMObject,
|
| GarbageCollected,
|
|
|