| Index: src/code-factory.h
|
| diff --git a/src/code-factory.h b/src/code-factory.h
|
| index 8a5eee50ba28a88092081a0ec13cbe36e2be292f..7e6dd10453a8dc575192a0a908dbe8b0d396c1fc 100644
|
| --- a/src/code-factory.h
|
| +++ b/src/code-factory.h
|
| @@ -160,7 +160,6 @@ class V8_EXPORT_PRIVATE CodeFactory final {
|
| static Callable GrowFastSmiOrObjectElements(Isolate* isolate);
|
|
|
| static Callable NewUnmappedArgumentsElements(Isolate* isolate);
|
| - static Callable NewRestParameterElements(Isolate* isolate);
|
|
|
| static Callable AllocateHeapNumber(Isolate* isolate);
|
|
|
|
|