| Index: src/heap-inl.h
|
| diff --git a/src/heap-inl.h b/src/heap-inl.h
|
| index 95d314e4b0833bbeefdc03c910dae0e922c5c25d..fb46406f34220aadaf87400d37c4d96b110ac492 100644
|
| --- a/src/heap-inl.h
|
| +++ b/src/heap-inl.h
|
| @@ -429,7 +429,7 @@ Isolate* Heap::isolate() {
|
| } \
|
| if (!__maybe_object__->IsRetryAfterGC()) RETURN_EMPTY; \
|
| ISOLATE->heap()->CollectGarbage(Failure::cast(__maybe_object__)-> \
|
| - allocation_space()); \
|
| + allocation_space()); \
|
| __maybe_object__ = FUNCTION_CALL; \
|
| if (__maybe_object__->ToObject(&__object__)) RETURN_VALUE; \
|
| if (__maybe_object__->IsOutOfMemory()) { \
|
|
|