Index: src/debug.h |
diff --git a/src/debug.h b/src/debug.h |
index d7aa050767c1163301430a55ed35a322fe935517..18d069313942b5c7152bee4721b11b84d4a869da 100644 |
--- a/src/debug.h |
+++ b/src/debug.h |
@@ -573,8 +573,8 @@ class Debug { |
bool CheckBreakPoint(Handle<Object> break_point_object); |
inline void AssertDebugContext() { |
- ASSERT(isolate_->context() == *debug_context()); |
- ASSERT(in_debug_scope()); |
+ DCHECK(isolate_->context() == *debug_context()); |
+ DCHECK(in_debug_scope()); |
} |
void ThreadInit(); |