| Index: third_party/WebKit/Source/modules/indexeddb/IDBDatabase.idl
|
| diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBDatabase.idl b/third_party/WebKit/Source/modules/indexeddb/IDBDatabase.idl
|
| index 3febcf146ecd9ac0ad6fbbf006ee6d3d06697096..b67850659e84842a9d54fca6ca7d173776fcab1f 100644
|
| --- a/third_party/WebKit/Source/modules/indexeddb/IDBDatabase.idl
|
| +++ b/third_party/WebKit/Source/modules/indexeddb/IDBDatabase.idl
|
| @@ -35,7 +35,7 @@
|
| readonly attribute unsigned long long version;
|
| readonly attribute DOMStringList objectStoreNames;
|
|
|
| - [NewObject, CallWith=ScriptState, RaisesException] IDBTransaction transaction((DOMString or sequence<DOMString> or DOMStringList) storeNames,
|
| + [NewObject, CallWith=ScriptState, RaisesException] IDBTransaction transaction((DOMString or sequence<DOMString>) storeNames,
|
| optional IDBTransactionMode mode = "readonly");
|
| void close();
|
|
|
|
|