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