Index: src/code-factory.h |
diff --git a/src/code-factory.h b/src/code-factory.h |
index 219685fc5668d93b54fcbbe370801b67ed6a836e..2abc41a8ef08c5914ca268cce43f8e4b0b9c19db 100644 |
--- a/src/code-factory.h |
+++ b/src/code-factory.h |
@@ -128,7 +128,7 @@ class CodeFactory final { |
static Callable Allocate##Type(Isolate* isolate); |
SIMD128_TYPES(SIMD128_ALLOC) |
#undef SIMD128_ALLOC |
- static Callable AllocateInNewSpace(Isolate* isolate); |
+ static Callable Allocate(Isolate* isolate, PretenureFlag pretenure_flag); |
static Callable ArgumentAdaptor(Isolate* isolate); |
static Callable Call(Isolate* isolate, |