Index: Source/modules/indexeddb/IDBIndexParameters.idl |
diff --git a/Source/modules/indexeddb/IDBIndexParameters.idl b/Source/modules/indexeddb/IDBIndexParameters.idl |
index 199d45c7b97d3cd3cb7b9d3f3818cb813b11bcc9..5673d1124880cffd6df7bb971856053b7fd48784 100644 |
--- a/Source/modules/indexeddb/IDBIndexParameters.idl |
+++ b/Source/modules/indexeddb/IDBIndexParameters.idl |
@@ -4,9 +4,7 @@ |
// https://dvcs.w3.org/hg/IndexedDB/raw-file/tip/Overview.html#options-object-concept |
-[ |
- GarbageCollected |
-] dictionary IDBIndexParameters { |
+dictionary IDBIndexParameters { |
boolean unique = false; |
boolean multiEntry = false; |
}; |