| Index: src/factory.h
|
| diff --git a/src/factory.h b/src/factory.h
|
| index 076f81d8978ded82ef5c48bc995789da15e070c1..dc6c7ff33c934fff174f121798379b9deb77d634 100644
|
| --- a/src/factory.h
|
| +++ b/src/factory.h
|
| @@ -298,8 +298,7 @@ class Factory final {
|
| PretenureFlag pretenure = NOT_TENURED);
|
|
|
| Handle<FixedTypedArrayBase> NewFixedTypedArray(
|
| - int length,
|
| - ExternalArrayType array_type,
|
| + int length, ExternalArrayType array_type, bool initialize,
|
| PretenureFlag pretenure = NOT_TENURED);
|
|
|
| Handle<Cell> NewCell(Handle<Object> value);
|
|
|