| 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();
|
|
|