| 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..32a6e1076937be7e16675c9aaab412b1c8f999c1 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,
|
| + std::unique_ptr<IDBRequest::ScopedMetricsTracker> = nullptr);
|
|
|
| WebIDBDatabase* BackendDB() const;
|
|
|
|
|