| Index: third_party/WebKit/Source/modules/indexeddb/IDBDatabase.cpp
|
| diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBDatabase.cpp b/third_party/WebKit/Source/modules/indexeddb/IDBDatabase.cpp
|
| index f0e2ae50f1cbe61a964f5b7fff066d7160f8fe36..2322a090ee6baff10b2218897c8fc50903d6d616 100644
|
| --- a/third_party/WebKit/Source/modules/indexeddb/IDBDatabase.cpp
|
| +++ b/third_party/WebKit/Source/modules/indexeddb/IDBDatabase.cpp
|
| @@ -556,7 +556,7 @@ bool IDBDatabase::hasPendingActivity() const {
|
| return !m_closePending && getExecutionContext() && hasEventListeners();
|
| }
|
|
|
| -void IDBDatabase::contextDestroyed() {
|
| +void IDBDatabase::contextDestroyed(ExecutionContext*) {
|
| // Immediately close the connection to the back end. Don't attempt a
|
| // normal close() since that may wait on transactions which require a
|
| // round trip to the back-end to abort.
|
|
|