Chromium Code Reviews| Index: src/objects-inl.h |
| diff --git a/src/objects-inl.h b/src/objects-inl.h |
| index 169475791d05ff9672dfff163ba14dde0506bea5..f7a3502a26f59229b0717d1c73230032ed3e9557 100644 |
| --- a/src/objects-inl.h |
| +++ b/src/objects-inl.h |
| @@ -4071,8 +4071,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; |
| } |