Chromium Code Reviews| Index: src/objects-debug.cc |
| =================================================================== |
| --- src/objects-debug.cc (revision 2947) |
| +++ src/objects-debug.cc (working copy) |
| @@ -733,7 +733,6 @@ |
| void Code::CodeVerify() { |
| - CHECK(ic_flag() == IC_TARGET_IS_ADDRESS); |
| CHECK(IsAligned(reinterpret_cast<intptr_t>(instruction_start()), |
| static_cast<intptr_t>(kCodeAlignment))); |
| Address last_gc_pc = NULL; |