Chromium Code Reviews| Index: src/ic.cc |
| diff --git a/src/ic.cc b/src/ic.cc |
| index 3c22580c2c7e2b36d851444304435e6f433d4a17..3fa81f89342ceea25bcabde509829b8037483a71 100644 |
| --- a/src/ic.cc |
| +++ b/src/ic.cc |
| @@ -379,7 +379,7 @@ void IC::Clear(Address address) { |
| Code* target = GetTargetAtAddress(address); |
| // Don't clear debug break inline cache as it will remove the break point. |
| - if (target->is_debug_break()) return; |
| + if (target->is_debug_stub()) return; |
| switch (target->kind()) { |
| case Code::LOAD_IC: return LoadIC::Clear(address, target); |