Index: modules/indexeddb/IDBIndexParameters.idl |
diff --git a/modules/indexeddb/IDBIndexParameters.idl b/modules/indexeddb/IDBIndexParameters.idl |
index 199d45c7b97d3cd3cb7b9d3f3818cb813b11bcc9..c6f07bac38ccbfc4aaa487505995fb8332a2da4a 100644 |
--- a/modules/indexeddb/IDBIndexParameters.idl |
+++ b/modules/indexeddb/IDBIndexParameters.idl |
@@ -2,11 +2,9 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-// https://dvcs.w3.org/hg/IndexedDB/raw-file/tip/Overview.html#options-object-concept |
+// http://www.w3.org/TR/IndexedDB/#idl-def-IDBIndexParameters |
-[ |
- GarbageCollected |
-] dictionary IDBIndexParameters { |
+dictionary IDBIndexParameters { |
boolean unique = false; |
boolean multiEntry = false; |
}; |