| 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..b5d7f40ff15ad941317ffe2eff04e0189dc14aa5 100644
|
| --- a/third_party/WebKit/Source/modules/indexeddb/IDBObserverChanges.idl
|
| +++ b/third_party/WebKit/Source/modules/indexeddb/IDBObserverChanges.idl
|
| @@ -13,8 +13,8 @@
|
| 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>>.
|
| - [CallWith=ScriptState] readonly attribute any records;
|
| + // TODO(palakj) : Replace sequence<IDBObservation> with maplike<DOMString, sequence<IDBObserverChangesRecord>>.
|
| + [CallWith=ScriptState] readonly attribute sequence<IDBObservation> records;
|
| };
|
|
|
|
|
|
|