Chromium Code Reviews| Index: src/ia32/lithium-codegen-ia32.cc |
| =================================================================== |
| --- src/ia32/lithium-codegen-ia32.cc (revision 11090) |
| +++ src/ia32/lithium-codegen-ia32.cc (working copy) |
| @@ -553,7 +553,6 @@ |
| ASSERT(environment->HasBeenRegistered()); |
| int id = environment->deoptimization_index(); |
| Address entry = Deoptimizer::GetDeoptimizationEntry(id, Deoptimizer::EAGER); |
| - ASSERT(entry != NULL); |
| if (entry == NULL) { |
| Abort("bailout was not prepared"); |
| return; |