Index: third_party/WebKit/Source/modules/quota/StorageManager.cpp |
diff --git a/third_party/WebKit/Source/modules/quota/StorageManager.cpp b/third_party/WebKit/Source/modules/quota/StorageManager.cpp |
index 783d48d0bbc6e9c87383560fcb24783c20c744d6..609a7727b8e045b449fdc63e1c49381989e892dd 100644 |
--- a/third_party/WebKit/Source/modules/quota/StorageManager.cpp |
+++ b/third_party/WebKit/Source/modules/quota/StorageManager.cpp |
@@ -72,7 +72,7 @@ ScriptPromise StorageManager::persist(ScriptState* script_state) { |
return promise; |
} |
- ASSERT(execution_context->IsDocument()); |
+ DCHECK(execution_context->IsDocument()); |
PermissionService* permission_service = |
GetPermissionService(script_state->GetExecutionContext()); |
if (!permission_service) { |