| Index: Source/modules/indexeddb/IDBTransaction.cpp
|
| diff --git a/Source/modules/indexeddb/IDBTransaction.cpp b/Source/modules/indexeddb/IDBTransaction.cpp
|
| index acd1c3d0b696cbf99b92bdfb74be91512662bbd6..6ed4e1b14c1e86a10d35f68fa60b9a7b3fad0e8f 100644
|
| --- a/Source/modules/indexeddb/IDBTransaction.cpp
|
| +++ b/Source/modules/indexeddb/IDBTransaction.cpp
|
| @@ -458,4 +458,9 @@ IDBDatabaseBackendInterface* IDBTransaction::backendDB() const
|
| return db()->backend();
|
| }
|
|
|
| +void IDBTransaction::trace(Visitor* visitor)
|
| +{
|
| + visitor->visit(m_database);
|
| +}
|
| +
|
| } // namespace WebCore
|
|
|