Chromium Code Reviews| Index: src/runtime.cc |
| diff --git a/src/runtime.cc b/src/runtime.cc |
| index f9e882e1d04d70ba5fbfa5bce67f36ec127d8335..d1f6b7ef4b89a002a2412eac9561fa12cee989c2 100644 |
| --- a/src/runtime.cc |
| +++ b/src/runtime.cc |
| @@ -13324,6 +13324,7 @@ void Runtime::PerformGC(Object* result) { |
| if (isolate->heap()->new_space()->AddFreshPage()) { |
| return; |
| } |
| + |
| // Try to do a garbage collection; ignore it if it fails. The C |
| // entry stub will throw an out-of-memory exception in that case. |
| isolate->heap()->CollectGarbage(failure->allocation_space(), |