| Index: third_party/WebKit/Source/modules/indexeddb/IDBIndex.h
|
| diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBIndex.h b/third_party/WebKit/Source/modules/indexeddb/IDBIndex.h
|
| index 1fc714eb93e608c3ef328da80e743ac0e722721d..1338bccdd3b3afb99b7fe30f3e2775e909724af5 100644
|
| --- a/third_party/WebKit/Source/modules/indexeddb/IDBIndex.h
|
| +++ b/third_party/WebKit/Source/modules/indexeddb/IDBIndex.h
|
| @@ -111,7 +111,11 @@ class IDBIndex final : public GarbageCollectedFinalized<IDBIndex>,
|
| void RevertMetadata(RefPtr<IDBIndexMetadata> old_metadata);
|
|
|
| // Used internally and by InspectorIndexedDBAgent:
|
| - IDBRequest* openCursor(ScriptState*, IDBKeyRange*, WebIDBCursorDirection);
|
| + IDBRequest* openCursor(
|
| + ScriptState*,
|
| + IDBKeyRange*,
|
| + WebIDBCursorDirection,
|
| + IDBRequest::AsyncTraceState = IDBRequest::AsyncTraceState());
|
|
|
| WebIDBDatabase* BackendDB() const;
|
|
|
|
|