| Index: third_party/WebCore/Modules/indexeddb/IDBCursor.idl
|
| diff --git a/third_party/WebCore/Modules/indexeddb/IDBCursor.idl b/third_party/WebCore/Modules/indexeddb/IDBCursor.idl
|
| index 41540e2f2bb071335b829f17187e6d6520a9bdf3..80eb6b2330f8bc688f79bd6a071a84923683bad4 100644
|
| --- a/third_party/WebCore/Modules/indexeddb/IDBCursor.idl
|
| +++ b/third_party/WebCore/Modules/indexeddb/IDBCursor.idl
|
| @@ -40,6 +40,8 @@ module storage {
|
|
|
| [CallWith=ScriptExecutionContext] IDBRequest update(in SerializedScriptValue value)
|
| raises (IDBDatabaseException);
|
| + void advance(in unsigned long count)
|
| + raises (IDBDatabaseException);
|
| [ImplementedAs=continueFunction] void continue(in [Optional] IDBKey key)
|
| raises (IDBDatabaseException);
|
| [CallWith=ScriptExecutionContext, ImplementedAs=deleteFunction] IDBRequest delete()
|
|
|