Index: Source/modules/indexeddb/IDBIndex.idl |
diff --git a/Source/modules/indexeddb/IDBIndex.idl b/Source/modules/indexeddb/IDBIndex.idl |
index c6d68265bd3abe8affa2514982d3129d2bac2e66..657a37ea500df99d46882edd9999948bda602350 100644 |
--- a/Source/modules/indexeddb/IDBIndex.idl |
+++ b/Source/modules/indexeddb/IDBIndex.idl |
@@ -25,14 +25,6 @@ |
// http://www.w3.org/TR/IndexedDB/#idl-def-IDBIndex |
-// FIXME: de-duplicate this when crbug.com/390758 is fixed. |
-enum IDBCursorDirection { |
- "next", |
- "nextunique", |
- "prev", |
- "prevunique" |
-}; |
- |
[ |
GarbageCollected |
] interface IDBIndex { |