Index: src/gc-tracer.h |
diff --git a/src/gc-tracer.h b/src/gc-tracer.h |
index d3163f4184a8376c0a7bb7537ca690b456b2cc81..d5e47af10f2b5b64c5575cc0b291e0ea89d7bbc1 100644 |
--- a/src/gc-tracer.h |
+++ b/src/gc-tracer.h |
@@ -112,7 +112,7 @@ class GCTracer BASE_EMBEDDED { |
} |
~Scope() { |
- ASSERT(scope_ < NUMBER_OF_SCOPES); // scope_ is unsigned. |
+ DCHECK(scope_ < NUMBER_OF_SCOPES); // scope_ is unsigned. |
tracer_->current_.scopes[scope_] += |
base::OS::TimeCurrentMillis() - start_time_; |
} |