| Index: third_party/WebCore/Modules/indexeddb/IDBObjectStore.idl
|
| diff --git a/third_party/WebCore/Modules/indexeddb/IDBObjectStore.idl b/third_party/WebCore/Modules/indexeddb/IDBObjectStore.idl
|
| index 93f27b2fde8d6b104cf2e4e358bc0dfef5d4608e..97a9062ef845120823a2b1b530e1008501f16dc7 100644
|
| --- a/third_party/WebCore/Modules/indexeddb/IDBObjectStore.idl
|
| +++ b/third_party/WebCore/Modules/indexeddb/IDBObjectStore.idl
|
| @@ -59,7 +59,7 @@ module storage {
|
| [CallWith=ScriptExecutionContext] IDBRequest openCursor(in IDBKey key, in unsigned short direction)
|
| raises (IDBDatabaseException);
|
|
|
| - IDBIndex createIndex(in DOMString name, in DOMString[]? keyPath, in [Optional] Dictionary options)
|
| + IDBIndex createIndex(in DOMString name, in DOMString[] keyPath, in [Optional] Dictionary options)
|
| raises (IDBDatabaseException);
|
| IDBIndex createIndex(in DOMString name, in DOMString keyPath, in [Optional] Dictionary options)
|
| raises (IDBDatabaseException);
|
|
|