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 3f61bfb6216b0b55ff47266aeadbe04c8a83d769..2be2f05d2a83a619660edb487b84cd687e6efe24 100644 |
--- a/third_party/WebKit/Source/modules/webdatabase/SQLTransactionClient.cpp |
+++ b/third_party/WebKit/Source/modules/webdatabase/SQLTransactionClient.cpp |
@@ -79,7 +79,7 @@ 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. |
- ASSERT( |
+ DCHECK( |
database->GetDatabaseContext()->GetExecutionContext()->IsContextThread()); |
return false; |
} |