Index: src/d8.h |
diff --git a/src/d8.h b/src/d8.h |
index 93465e327cf99470a7fc95df097055e562d73625..991e5a51b0dae523c1f5c161f9a4385554c4b487 100644 |
--- a/src/d8.h |
+++ b/src/d8.h |
@@ -69,7 +69,7 @@ class CounterMap { |
const_cast<char*>(name), |
Hash(name), |
true); |
- ASSERT(answer != NULL); |
+ DCHECK(answer != NULL); |
answer->value = value; |
} |
class Iterator { |