Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9)

Unified Diff: third_party/WebKit/Source/modules/indexeddb/IDBDatabase.cpp

Issue 2615953003: Rename IGNORE_EXCEPTION to IGNORE_EXCEPTION_FOR_TESTING (Closed)
Patch Set: temp Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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));
}

Powered by Google App Engine
This is Rietveld 408576698