| Index: third_party/WebKit/Source/modules/webdatabase/SQLStatement.cpp
|
| diff --git a/third_party/WebKit/Source/modules/webdatabase/SQLStatement.cpp b/third_party/WebKit/Source/modules/webdatabase/SQLStatement.cpp
|
| index e7b20fd6d6b5b613af2021cbb96fbc273c5ad3af..f0eb2637d421826c4cf2f63a8ef4305ede0fce65 100644
|
| --- a/third_party/WebKit/Source/modules/webdatabase/SQLStatement.cpp
|
| +++ b/third_party/WebKit/Source/modules/webdatabase/SQLStatement.cpp
|
| @@ -90,8 +90,8 @@ bool SQLStatement::performCallback(SQLTransaction* transaction) {
|
| InspectorInstrumentation::AsyncTask asyncTask(
|
| transaction->database()->getExecutionContext(), this);
|
|
|
| - // Call the appropriate statement callback and track if it resulted in an error,
|
| - // because then we need to jump to the transaction error callback.
|
| + // Call the appropriate statement callback and track if it resulted in an
|
| + // error, because then we need to jump to the transaction error callback.
|
| if (error) {
|
| if (errorCallback)
|
| callbackError =
|
|
|