Index: src/bootstrapper.h |
diff --git a/src/bootstrapper.h b/src/bootstrapper.h |
index 474322638ce7496268b883c6211603d38c26b525..1899d6a1e2fcd5b5ebc783ecfba7ef4bb3aa4a7f 100644 |
--- a/src/bootstrapper.h |
+++ b/src/bootstrapper.h |
@@ -49,7 +49,7 @@ class SourceCodeCache V8_FINAL BASE_EMBEDDED { |
cache_ = *new_array; |
Handle<String> str = |
factory->NewStringFromAscii(name, TENURED).ToHandleChecked(); |
- ASSERT(!str.is_null()); |
+ DCHECK(!str.is_null()); |
cache_->set(length, *str); |
cache_->set(length + 1, *shared); |
Script::cast(shared->script())->set_type(Smi::FromInt(type_)); |