 Chromium Code Reviews
 Chromium Code Reviews Issue 209903003:
  Reland "Remove Failure::OutOfMemory propagation and V8::IgnoreOutOfMemoryException."  (Closed) 
  Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
    
  
    Issue 209903003:
  Reland "Remove Failure::OutOfMemory propagation and V8::IgnoreOutOfMemoryException."  (Closed) 
  Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge| Index: src/code-stubs.h | 
| diff --git a/src/code-stubs.h b/src/code-stubs.h | 
| index 3367c6d3868f0711fa27c36f5400ef2aff5f0e3b..25328fe5c7f7a66dd185dd0ab23a2d5aeb8a2236 100644 | 
| --- a/src/code-stubs.h | 
| +++ b/src/code-stubs.h | 
| @@ -1496,7 +1496,6 @@ class CEntryStub : public PlatformCodeStub { | 
| void GenerateCore(MacroAssembler* masm, | 
| Label* throw_normal_exception, | 
| Label* throw_termination_exception, | 
| - Label* throw_out_of_memory_exception, | 
| bool do_gc, | 
| bool always_allocate_scope); |