| Index: Source/modules/indexeddb/IDBTransaction.cpp
|
| diff --git a/Source/modules/indexeddb/IDBTransaction.cpp b/Source/modules/indexeddb/IDBTransaction.cpp
|
| index e739e8c9167d76169da135e7340e2545c3f63c32..e137e70fa5c93e1e4dcdcbd1af31fb290be08218 100644
|
| --- a/Source/modules/indexeddb/IDBTransaction.cpp
|
| +++ b/Source/modules/indexeddb/IDBTransaction.cpp
|
| @@ -71,7 +71,6 @@ IDBTransaction::IDBTransaction(ExecutionContext* context, int64_t id, const Vect
|
| , m_contextStopped(false)
|
| , m_previousMetadata(previousMetadata)
|
| {
|
| - ScriptWrappable::init(this);
|
| if (mode == WebIDBTransactionModeVersionChange) {
|
| // Not active until the callback.
|
| m_state = Inactive;
|
|
|