Index: src/regexp-stack.h |
diff --git a/src/regexp-stack.h b/src/regexp-stack.h |
index 745782d73b74cdfc28b55c824b451bf9ba75dbb0..d18ce708d629b120fdecd510de0a206e62a77d42 100644 |
--- a/src/regexp-stack.h |
+++ b/src/regexp-stack.h |
@@ -41,7 +41,7 @@ class RegExpStack { |
// Gives the top of the memory used as stack. |
Address stack_base() { |
- ASSERT(thread_local_.memory_size_ != 0); |
+ DCHECK(thread_local_.memory_size_ != 0); |
return thread_local_.memory_ + thread_local_.memory_size_; |
} |