| Index: src/ic.cc
|
| diff --git a/src/ic.cc b/src/ic.cc
|
| index 7634ce93dad0dc1dde1ce80ff6496aa82be7ead1..cc7fee5468fd8ce4578b70ee8d8fa8c0db965919 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);
|
|
|