Index: third_party/WebKit/Source/modules/webdatabase/DatabaseContext.cpp |
diff --git a/third_party/WebKit/Source/modules/webdatabase/DatabaseContext.cpp b/third_party/WebKit/Source/modules/webdatabase/DatabaseContext.cpp |
index bc77c1d66d14702a130c33ee4ce8f3693bf386ea..4167c08d1ea548b39567840967f45a080f895268 100644 |
--- a/third_party/WebKit/Source/modules/webdatabase/DatabaseContext.cpp |
+++ b/third_party/WebKit/Source/modules/webdatabase/DatabaseContext.cpp |
@@ -140,7 +140,7 @@ DatabaseThread* DatabaseContext::GetDatabaseThread() { |
// termination because we're still using it to execute the closing |
// of the database. However, it is NOT OK to create a new thread |
// after we've requested termination. |
- ASSERT(!has_requested_termination_); |
+ DCHECK(!has_requested_termination_); |
// Create the database thread on first request - but not if at least one |
// database was already opened, because in that case we already had a |