 Chromium Code Reviews
 Chromium Code Reviews Issue 213193011:
  Correctly OOM in the CEntryStub after retries.  (Closed) 
  Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
    
  
    Issue 213193011:
  Correctly OOM in the CEntryStub after retries.  (Closed) 
  Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge| Index: src/runtime.h | 
| diff --git a/src/runtime.h b/src/runtime.h | 
| index 407bf6f4f0f14dbbb8474f3936305c2bd0ef5d46..58cd5259c9b89ff1160f1043fcaa5398e6526a67 100644 | 
| --- a/src/runtime.h | 
| +++ b/src/runtime.h | 
| @@ -895,6 +895,7 @@ class Runtime : public AllStatic { | 
| // Helper functions used stubs. | 
| static void PerformGC(Object* result, Isolate* isolate); | 
| + static void OutOfMemory(); | 
| // Used in runtime.cc and hydrogen's VisitArrayLiteral. | 
| static Handle<Object> CreateArrayLiteralBoilerplate( |