Index: third_party/WebKit/Source/modules/filesystem/LocalFileSystem.cpp |
diff --git a/third_party/WebKit/Source/modules/filesystem/LocalFileSystem.cpp b/third_party/WebKit/Source/modules/filesystem/LocalFileSystem.cpp |
index 65178c60b4b9ec034ce7035ab70857251a58b706..20ed96fb3a24a4a4f72c221147e36463175fe1f8 100644 |
--- a/third_party/WebKit/Source/modules/filesystem/LocalFileSystem.cpp |
+++ b/third_party/WebKit/Source/modules/filesystem/LocalFileSystem.cpp |
@@ -202,7 +202,7 @@ LocalFileSystem* LocalFileSystem::From(ExecutionContext& context) { |
} |
WorkerClients* clients = ToWorkerGlobalScope(context).Clients(); |
- ASSERT(clients); |
+ DCHECK(clients); |
LocalFileSystem* file_system = static_cast<LocalFileSystem*>( |
Supplement<WorkerClients>::From(clients, SupplementName())); |
DCHECK(file_system); |