Chromium Code Reviews| Index: src/heap.cc |
| =================================================================== |
| --- src/heap.cc (revision 6703) |
| +++ src/heap.cc (working copy) |
| @@ -4128,7 +4128,7 @@ |
| #ifdef DEBUG |
| void Heap::ZapFromSpace() { |
| - ASSERT(reinterpret_cast<Object*>(kFromSpaceZapValue)->IsHeapObject()); |
| + ASSERT(reinterpret_cast<Object*>(kFromSpaceZapValue)->IsFailure()); |
| for (Address a = new_space_.FromSpaceLow(); |
| a < new_space_.FromSpaceHigh(); |
| a += kPointerSize) { |