| Index: src/ic-inl.h
|
| diff --git a/src/ic-inl.h b/src/ic-inl.h
|
| index ca02183dbdb6d17a4682a530ad4ea17bfe1d0d79..e6ff2daa62b5feb8b67b2cc4fb64a21f310cedef 100644
|
| --- a/src/ic-inl.h
|
| +++ b/src/ic-inl.h
|
| @@ -43,7 +43,6 @@ Address IC::address() const {
|
| Address result = Assembler::target_address_from_return_address(pc());
|
|
|
| #ifdef ENABLE_DEBUGGER_SUPPORT
|
| - ASSERT(Isolate::Current() == isolate());
|
| Debug* debug = isolate()->debug();
|
| // First check if any break points are active if not just return the address
|
| // of the call.
|
|
|