| 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..9df9d9ce56cf4fdaf2e2bde8175b8d70ce789f95 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(), IDBRequest::AsyncTraceState());
|
| DeactivateNewTransactions(scope.GetIsolate());
|
|
|
| ThreadState::Current()->CollectAllGarbage();
|
|
|