| 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 2272b7eca32f49794037f6e70b75dd39993c6b2b..f0e2ae50f1cbe61a964f5b7fff066d7160f8fe36 100644
|
| --- a/third_party/WebKit/Source/modules/indexeddb/IDBDatabase.cpp
|
| +++ b/third_party/WebKit/Source/modules/indexeddb/IDBDatabase.cpp
|
| @@ -407,7 +407,7 @@ IDBTransaction* IDBDatabase::transaction(
|
|
|
| void IDBDatabase::forceClose() {
|
| for (const auto& it : m_transactions)
|
| - it.value->abort(IGNORE_EXCEPTION);
|
| + it.value->abort(IGNORE_EXCEPTION_FOR_TESTING);
|
| this->close();
|
| enqueueEvent(Event::create(EventTypeNames::close));
|
| }
|
|
|