Index: src/debug.cc |
=================================================================== |
--- src/debug.cc (revision 8701) |
+++ src/debug.cc (working copy) |
@@ -169,7 +169,8 @@ |
if ((code->is_inline_cache_stub() && |
!code->is_binary_op_stub() && |
!code->is_unary_op_stub() && |
- !code->is_compare_ic_stub()) || |
+ !code->is_compare_ic_stub() && |
+ !code->is_to_boolean_ic_stub()) || |
RelocInfo::IsConstructCall(rmode())) { |
break_point_++; |
return; |