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

Unified Diff: third_party/WebKit/Source/modules/webdatabase/InspectorDatabaseAgent.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/webdatabase/InspectorDatabaseAgent.cpp
diff --git a/third_party/WebKit/Source/modules/webdatabase/InspectorDatabaseAgent.cpp b/third_party/WebKit/Source/modules/webdatabase/InspectorDatabaseAgent.cpp
index eb18374d0eb0a1f2d77d31470cd1cb710110c938..34fa9e9036c6170ffb116067425c89ac9d6d31f6 100644
--- a/third_party/WebKit/Source/modules/webdatabase/InspectorDatabaseAgent.cpp
+++ b/third_party/WebKit/Source/modules/webdatabase/InspectorDatabaseAgent.cpp
@@ -177,7 +177,7 @@ class TransactionCallback final : public SQLTransactionCallback {
SQLStatementErrorCallback* errorCallback =
StatementErrorCallback::create(m_requestCallback);
transaction->executeSQL(m_sqlStatement, sqlValues, callback, errorCallback,
- IGNORE_EXCEPTION);
+ IGNORE_EXCEPTION_FOR_TESTING);
return true;
}

Powered by Google App Engine
This is Rietveld 408576698