| 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 e1a3a5b373e56fce0caf8ec2589b477ca71c9e32..a4f538517e3add8f1e38b3c363c3077a522fa784 100644
|
| --- a/content/browser/indexed_db/indexed_db_transaction.cc
|
| +++ b/content/browser/indexed_db/indexed_db_transaction.cc
|
| @@ -113,7 +113,7 @@ IndexedDBTransaction::IndexedDBTransaction(
|
| : id_(id),
|
| object_store_ids_(object_store_ids),
|
| mode_(mode),
|
| - connection_(std::move(connection)),
|
| + connection_(connection),
|
| transaction_(backing_store_transaction),
|
| ptr_factory_(this) {
|
| IDB_ASYNC_TRACE_BEGIN("IndexedDBTransaction::lifetime", this);
|
|
|