Chromium Code Reviews| Index: src/objects-inl.h |
| diff --git a/src/objects-inl.h b/src/objects-inl.h |
| index 6c1ecbb322ea00211813ba6c9584fcbf8a227b5b..4c74b10c814f37e43e4b54857af75a7efbd905c1 100644 |
| --- a/src/objects-inl.h |
| +++ b/src/objects-inl.h |
| @@ -4084,8 +4084,8 @@ bool Code::is_inline_cache_stub() { |
| } |
| -bool Code::is_debug_break() { |
| - return ic_state() == DEBUG_STUB && extra_ic_state() == DEBUG_BREAK; |
| +bool Code::is_debug_stub() { |
| + return ic_state() == DEBUG_STUB; |
| } |