| 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 904a284651a5220be85d53d13c6958292ac8756c..7b6118a35fc0f7d4b0e331adf3f20f69b2caeec2 100644
|
| --- a/content/browser/indexed_db/indexed_db_transaction.cc
|
| +++ b/content/browser/indexed_db/indexed_db_transaction.cc
|
| @@ -288,7 +288,6 @@ leveldb::Status IndexedDBTransaction::Commit() {
|
| IDB_TRACE1("IndexedDBTransaction::Commit", "txn.id", id());
|
|
|
| timeout_timer_.Stop();
|
| -
|
| // In multiprocess ports, front-end may have requested a commit but
|
| // an abort has already been initiated asynchronously by the
|
| // back-end.
|
| @@ -474,6 +473,7 @@ base::TimeDelta IndexedDBTransaction::GetInactivityTimeout() const {
|
| }
|
|
|
| void IndexedDBTransaction::Timeout() {
|
| + LOG(ERROR) << "timout";
|
| Abort(IndexedDBDatabaseError(
|
| blink::kWebIDBDatabaseExceptionTimeoutError,
|
| base::ASCIIToUTF16("Transaction timed out due to inactivity.")));
|
|
|