Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(550)

Unified Diff: third_party/WebKit/Source/modules/indexeddb/IDBIndex.h

Issue 2890023003: [IndexedDB] Adding async tracing for renderer calls. (Closed)
Patch Set: fixed blink tests Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « third_party/WebKit/Source/modules/indexeddb/IDBFactory.cpp ('k') | third_party/WebKit/Source/modules/indexeddb/IDBIndex.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698