| Index: src/interpreter/constant-array-builder.cc
|
| diff --git a/src/interpreter/constant-array-builder.cc b/src/interpreter/constant-array-builder.cc
|
| index a6ffd45686022d4b99812836c53d08d1fa642f2f..145d2d228ccfb05faf2dd2d0db9a91b9155013da 100644
|
| --- a/src/interpreter/constant-array-builder.cc
|
| +++ b/src/interpreter/constant-array-builder.cc
|
| @@ -73,7 +73,7 @@ STATIC_CONST_MEMBER_DEFINITION const size_t
|
|
|
| ConstantArrayBuilder::ConstantArrayBuilder(Zone* zone,
|
| Handle<Object> the_hole_value)
|
| - : constants_map_(std::equal_to<Address>(), 16, ZoneAllocationPolicy(zone)),
|
| + : constants_map_(16, std::equal_to<Address>(), ZoneAllocationPolicy(zone)),
|
| smi_map_(zone),
|
| smi_pairs_(zone),
|
| zone_(zone),
|
|
|