| Index: Source/WebCore/Modules/indexeddb/IDBTransaction.cpp
|
| diff --git a/Source/WebCore/Modules/indexeddb/IDBTransaction.cpp b/Source/WebCore/Modules/indexeddb/IDBTransaction.cpp
|
| index d27ff668348f08a8cdcae63e347f69b7c6b4e773..891c8c551be1fac1a143d424a0af32da8bcdab52 100644
|
| --- a/Source/WebCore/Modules/indexeddb/IDBTransaction.cpp
|
| +++ b/Source/WebCore/Modules/indexeddb/IDBTransaction.cpp
|
| @@ -100,6 +100,7 @@ IDBTransaction::IDBTransaction(ScriptExecutionContext* context, int64_t id, cons
|
| , m_contextStopped(false)
|
| , m_previousMetadata(previousMetadata)
|
| {
|
| + ScriptWrappable::init(this);
|
| if (mode == IndexedDB::TransactionVersionChange) {
|
| // Not active until the callback.
|
| m_state = Inactive;
|
|
|