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

Unified Diff: third_party/WebKit/Source/modules/indexeddb/IDBOpenDBRequest.cpp

Issue 2890023003: [IndexedDB] Adding async tracing for renderer calls. (Closed)
Patch Set: fixed 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/IDBOpenDBRequest.cpp
diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBOpenDBRequest.cpp b/third_party/WebKit/Source/modules/indexeddb/IDBOpenDBRequest.cpp
index b86bd754061cd558995af617d4cd306a278f6bc8..0e8cf0d744b06a15011d02d4b3a5e94218f4fb9d 100644
--- a/third_party/WebKit/Source/modules/indexeddb/IDBOpenDBRequest.cpp
+++ b/third_party/WebKit/Source/modules/indexeddb/IDBOpenDBRequest.cpp
@@ -53,7 +53,7 @@ IDBOpenDBRequest::IDBOpenDBRequest(ScriptState* script_state,
IDBDatabaseCallbacks* callbacks,
int64_t transaction_id,
int64_t version)
- : IDBRequest(script_state, IDBAny::CreateNull(), nullptr),
+ : IDBRequest(script_state, IDBAny::CreateNull(), nullptr, nullptr),
database_callbacks_(callbacks),
transaction_id_(transaction_id),
version_(version) {

Powered by Google App Engine
This is Rietveld 408576698