| Index: third_party/WebKit/Source/modules/indexeddb/IDBObjectStore.h
|
| diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBObjectStore.h b/third_party/WebKit/Source/modules/indexeddb/IDBObjectStore.h
|
| index d88dbc390a2f5503bb923798a0a630ae3522e3a1..f91df7e1b06bdf16b3942dca1e7ecb26a8d86fc0 100644
|
| --- a/third_party/WebKit/Source/modules/indexeddb/IDBObjectStore.h
|
| +++ b/third_party/WebKit/Source/modules/indexeddb/IDBObjectStore.h
|
| @@ -129,10 +129,12 @@ class IDBObjectStore final : public GarbageCollectedFinalized<IDBObjectStore>,
|
| ExceptionState&);
|
|
|
| // Used internally and by InspectorIndexedDBAgent:
|
| - IDBRequest* openCursor(ScriptState*,
|
| - IDBKeyRange*,
|
| - WebIDBCursorDirection,
|
| - WebIDBTaskType = kWebIDBTaskTypeNormal);
|
| + IDBRequest* openCursor(
|
| + ScriptState*,
|
| + IDBKeyRange*,
|
| + WebIDBCursorDirection,
|
| + WebIDBTaskType = kWebIDBTaskTypeNormal,
|
| + IDBRequest::AsyncTraceState = IDBRequest::AsyncTraceState());
|
|
|
| void MarkDeleted();
|
| bool IsDeleted() const { return deleted_; }
|
|
|