Index: tools/js2c.py |
diff --git a/tools/js2c.py b/tools/js2c.py |
index 3e56667552721d1b4e478593f67a4bb754fa7a02..60f088b7e1da4b1dbfd3c95a6981b17417271173 100755 |
--- a/tools/js2c.py |
+++ b/tools/js2c.py |
@@ -276,7 +276,7 @@ namespace internal { |
template <> |
void NativesCollection<%(type)s>::SetRawScriptsSource(Vector<const char> raw_source) { |
- ASSERT(%(raw_total_length)i == raw_source.length()); |
+ DCHECK(%(raw_total_length)i == raw_source.length()); |
raw_sources = raw_source.start(); |
} |