| Index: Source/modules/indexeddb/IDBTransaction.cpp
|
| diff --git a/Source/modules/indexeddb/IDBTransaction.cpp b/Source/modules/indexeddb/IDBTransaction.cpp
|
| index 85c431cfe163ee07c3c1283d792808e22bd07490..8ff0cd396be52c380532e7b9d4d5821a77d356de 100644
|
| --- a/Source/modules/indexeddb/IDBTransaction.cpp
|
| +++ b/Source/modules/indexeddb/IDBTransaction.cpp
|
| @@ -77,7 +77,7 @@ IDBTransaction::IDBTransaction(ScriptState* scriptState, int64_t id, const Vecto
|
| }
|
|
|
| if (m_state == Active)
|
| - IDBPendingTransactionMonitor::from(*scriptState->executionContext()).addNewTransaction(*this);
|
| + IDBPendingTransactionMonitor::addNewTransaction(scriptState->isolate(), *this);
|
| m_database->transactionCreated(this);
|
| }
|
|
|
|
|