| Index: Source/modules/indexeddb/IDBObjectStore.idl
|
| diff --git a/Source/modules/indexeddb/IDBObjectStore.idl b/Source/modules/indexeddb/IDBObjectStore.idl
|
| index ee472a3ae9e7132720d4021e6100b2c3f9690be8..3fcacd1cd285d79583461cba4c509f135025b21d 100644
|
| --- a/Source/modules/indexeddb/IDBObjectStore.idl
|
| +++ b/Source/modules/indexeddb/IDBObjectStore.idl
|
| @@ -25,14 +25,6 @@
|
|
|
| // https://dvcs.w3.org/hg/IndexedDB/raw-file/default/Overview.html#idl-def-IDBObjectStore
|
|
|
| -// FIXME: de-duplicate this when crbug.com/390758 is fixed.
|
| -enum IDBCursorDirection {
|
| - "next",
|
| - "nextunique",
|
| - "prev",
|
| - "prevunique"
|
| -};
|
| -
|
| [
|
| GarbageCollected,
|
| ] interface IDBObjectStore {
|
|
|