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

Unified Diff: third_party/WebKit/Source/modules/indexeddb/IDBTransactionTest.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/IDBTransactionTest.cpp
diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBTransactionTest.cpp b/third_party/WebKit/Source/modules/indexeddb/IDBTransactionTest.cpp
index 7baa1648af3626b2279dc2b4503cdd7630adaf09..bc1a10db99043f659fdbb7d614f90f835f20a199 100644
--- a/third_party/WebKit/Source/modules/indexeddb/IDBTransactionTest.cpp
+++ b/third_party/WebKit/Source/modules/indexeddb/IDBTransactionTest.cpp
@@ -85,8 +85,9 @@ TEST(IDBTransactionTest, EnsureLifetime) {
ThreadState::Current()->CollectAllGarbage();
EXPECT_EQ(1u, set.size());
- Persistent<IDBRequest> request = IDBRequest::Create(
- scope.GetScriptState(), IDBAny::CreateUndefined(), transaction.Get());
+ Persistent<IDBRequest> request =
+ IDBRequest::Create(scope.GetScriptState(), IDBAny::CreateUndefined(),
+ transaction.Get(), nullptr);
DeactivateNewTransactions(scope.GetIsolate());
ThreadState::Current()->CollectAllGarbage();

Powered by Google App Engine
This is Rietveld 408576698