Index: third_party/WebKit/Source/modules/indexeddb/IDBObserverChanges.idl |
diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBObserverChanges.idl b/third_party/WebKit/Source/modules/indexeddb/IDBObserverChanges.idl |
index 17f7a068c06c81660261b410c48c6df7b2bf17bc..736535269d64bfa3655c522eae10a4dcb88c4150 100644 |
--- a/third_party/WebKit/Source/modules/indexeddb/IDBObserverChanges.idl |
+++ b/third_party/WebKit/Source/modules/indexeddb/IDBObserverChanges.idl |
@@ -11,9 +11,7 @@ |
readonly attribute IDBDatabase database; |
// Transaction contains the same object stores as the transaction on which IDBTransaction.observe was called. |
readonly attribute IDBTransaction transaction; |
- // This is the javascript Map<String, sequence<IDBObserverChangesRecord>>, |
- // where the key is the object store name. |
- // TODO(palakj) : Replace 'any' with maplike<DOMString, sequence<IDBObserverChangesRecord>>. |
+ // Map object from String (object store name) to Array of IDBObservation. |
[CallWith=ScriptState] readonly attribute any records; |
}; |