 Chromium Code Reviews
 Chromium Code Reviews Issue 66723003:
  Make runtime new-space allocations go through Heap::AllocateRaw.  (Closed) 
  Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
    
  
    Issue 66723003:
  Make runtime new-space allocations go through Heap::AllocateRaw.  (Closed) 
  Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge| Index: src/heap.h | 
| diff --git a/src/heap.h b/src/heap.h | 
| index 782a2eb2d0ecde6f7aeb479ce59a7a055a717da6..eea94f892dea403e7cbdd79161102acb115b7023 100644 | 
| --- a/src/heap.h | 
| +++ b/src/heap.h | 
| @@ -2475,6 +2475,7 @@ class AlwaysAllocateScope { | 
| DisallowAllocationFailure disallow_allocation_failure_; | 
| }; | 
| + | 
| #ifdef VERIFY_HEAP | 
| class NoWeakObjectVerificationScope { | 
| public: |