Index: base/allocator/allocator_shim.cc |
=================================================================== |
--- base/allocator/allocator_shim.cc (revision 106858) |
+++ base/allocator/allocator_shim.cc (working copy) |
@@ -297,7 +297,7 @@ |
char* secondary_value = secondary_length ? buffer : "TCMALLOC"; |
// Force renderer (or other subprocesses) to use secondary_value. |
int ret_val = _putenv_s(primary_name, secondary_value); |
- CHECK_EQ(0, ret_val); |
+ DCHECK_EQ(0, ret_val); |
} |
#endif // ENABLE_DYNAMIC_ALLOCATOR_SWITCHING |
} |