| Index: src/hydrogen-instructions.cc
|
| diff --git a/src/hydrogen-instructions.cc b/src/hydrogen-instructions.cc
|
| index 50f2f6df6c8572171eb1c2129c4a6b75ecb98038..92d2bb67e706398672ad31799d7fda38aa29aeb4 100644
|
| --- a/src/hydrogen-instructions.cc
|
| +++ b/src/hydrogen-instructions.cc
|
| @@ -1287,7 +1287,7 @@ HLoadNamedFieldPolymorphic::HLoadNamedFieldPolymorphic(HValue* context,
|
| HValue* object,
|
| ZoneMapList* types,
|
| Handle<String> name)
|
| - : types_(Min(types->length(), kMaxLoadPolymorphism)),
|
| + : types_(ZONE, Min(types->length(), kMaxLoadPolymorphism)),
|
| name_(name),
|
| need_generic_(false) {
|
| SetOperandAt(0, context);
|
|
|