Chromium Code Reviews| Index: src/ic.cc |
| diff --git a/src/ic.cc b/src/ic.cc |
| index 37fda27779e705b0af831dd1ba3578ec0831018e..a264241dbaff66fcd1e4a4868b33cb1e7d912071 100644 |
| --- a/src/ic.cc |
| +++ b/src/ic.cc |
| @@ -845,7 +845,6 @@ Handle<Code> IC::ComputeHandler(LookupResult* lookup, |
| #ifdef DEBUG |
| Handle<Code> compiled = CompileHandler( |
| lookup, object, name, value, cache_holder); |
| - ASSERT(compiled->major_key() == code->major_key()); |
| ASSERT(compiled->flags() == code->flags()); |
| #endif |
| return code; |