 Chromium Code Reviews
 Chromium Code Reviews Issue 173348:
  Api inlining.  Made some core functionality available in the api and...  (Closed) 
  Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
    
  
    Issue 173348:
  Api inlining.  Made some core functionality available in the api and...  (Closed) 
  Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/| Index: src/heap.cc | 
| =================================================================== | 
| --- src/heap.cc (revision 2749) | 
| +++ src/heap.cc (working copy) | 
| @@ -2950,7 +2950,7 @@ | 
| #ifdef DEBUG | 
| void Heap::ZapFromSpace() { | 
| - ASSERT(HAS_HEAP_OBJECT_TAG(kFromSpaceZapValue)); | 
| + ASSERT(reinterpret_cast<Object*>(kFromSpaceZapValue)->IsHeapObject()); | 
| for (Address a = new_space_.FromSpaceLow(); | 
| a < new_space_.FromSpaceHigh(); | 
| a += kPointerSize) { |