| Index: content/browser/indexed_db/indexed_db_transaction.cc
|
| diff --git a/content/browser/indexed_db/indexed_db_transaction.cc b/content/browser/indexed_db/indexed_db_transaction.cc
|
| index e78c55df88dce5274bc7d2379ee70a115b0672e6..cb69f047b0842421026635c93fd88e5225d39f62 100644
|
| --- a/content/browser/indexed_db/indexed_db_transaction.cc
|
| +++ b/content/browser/indexed_db/indexed_db_transaction.cc
|
| @@ -160,7 +160,7 @@ void IndexedDBTransaction::Abort(const IndexedDBDatabaseError& error) {
|
| #endif
|
| database_->TransactionFinished(this);
|
|
|
| - if (callbacks_)
|
| + if (callbacks_.get())
|
| callbacks_->OnAbort(id_, error);
|
|
|
| database_->TransactionFinishedAndAbortFired(this);
|
|
|