Index: Source/modules/webdatabase/SQLTransaction.cpp |
diff --git a/Source/modules/webdatabase/SQLTransaction.cpp b/Source/modules/webdatabase/SQLTransaction.cpp |
index 4249413301b0be1f52363be777fb015e3e8da736..fd01ae85e9bc9129e656ea1bc1c1fd6cccfaa531 100644 |
--- a/Source/modules/webdatabase/SQLTransaction.cpp |
+++ b/Source/modules/webdatabase/SQLTransaction.cpp |
@@ -66,7 +66,6 @@ SQLTransaction::SQLTransaction(Database* db, PassOwnPtrWillBeRawPtr<SQLTransacti |
, m_readOnly(readOnly) |
{ |
ASSERT(m_database); |
- ScriptWrappable::init(this); |
} |
void SQLTransaction::trace(Visitor* visitor) |