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

Unified Diff: third_party/WebKit/Source/modules/webdatabase/SQLStatement.cpp

Issue 2395473002: reflow comments in modules/webdatabase (Closed)
Patch Set: Created 4 years, 2 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/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 =

Powered by Google App Engine
This is Rietveld 408576698