| 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;
|
| }
|
|
|
|
|