Index: src/counters.h |
diff --git a/src/counters.h b/src/counters.h |
index ad30c0c5c6921e7cdbbfaf8828d6f2b9991f0439..f778f556be6118a5657f5e785ce0d2c7cacfd374 100644 |
--- a/src/counters.h |
+++ b/src/counters.h |
@@ -139,7 +139,7 @@ class StatsCounter { |
// given counter without calling the runtime system. |
int* GetInternalPointer() { |
int* loc = GetPtr(); |
- ASSERT(loc != NULL); |
+ DCHECK(loc != NULL); |
return loc; |
} |