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

Unified Diff: third_party/WebKit/Source/modules/webdatabase/SQLTransactionClient.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/SQLTransactionClient.cpp
diff --git a/third_party/WebKit/Source/modules/webdatabase/SQLTransactionClient.cpp b/third_party/WebKit/Source/modules/webdatabase/SQLTransactionClient.cpp
index 57012177a2d60cb08bb3afb4329fa404c81055b6..2c0f3a8438d4b25ba195fffe8b1d9736fd1c55f0 100644
--- a/third_party/WebKit/Source/modules/webdatabase/SQLTransactionClient.cpp
+++ b/third_party/WebKit/Source/modules/webdatabase/SQLTransactionClient.cpp
@@ -78,8 +78,8 @@ void SQLTransactionClient::didCommitWriteTransaction(Database* database) {
}
bool SQLTransactionClient::didExceedQuota(Database* database) {
- // Chromium does not allow users to manually change the quota for an origin (for now, at least).
- // Don't do anything.
+ // Chromium does not allow users to manually change the quota for an origin
+ // (for now, at least). Don't do anything.
ASSERT(
database->getDatabaseContext()->getExecutionContext()->isContextThread());
return false;

Powered by Google App Engine
This is Rietveld 408576698