Index: third_party/WebKit/Source/modules/indexeddb/IndexedDBClient.cpp |
diff --git a/third_party/WebKit/Source/modules/indexeddb/IndexedDBClient.cpp b/third_party/WebKit/Source/modules/indexeddb/IndexedDBClient.cpp |
index 65cb6aeae044d67b28bd0793c592317d4b22a80b..f11ecf0a20e614fa71f7e065d98200cc38c2c0ef 100644 |
--- a/third_party/WebKit/Source/modules/indexeddb/IndexedDBClient.cpp |
+++ b/third_party/WebKit/Source/modules/indexeddb/IndexedDBClient.cpp |
@@ -24,7 +24,7 @@ IndexedDBClient* IndexedDBClient::From(ExecutionContext* context) { |
ToDocument(*context).GetFrame(), SupplementName())); |
WorkerClients* clients = ToWorkerGlobalScope(*context).Clients(); |
- ASSERT(clients); |
+ DCHECK(clients); |
return static_cast<IndexedDBClient*>( |
Supplement<WorkerClients>::From(clients, SupplementName())); |
} |