Chromium Code Reviews| Index: vm/object.cc |
| =================================================================== |
| --- vm/object.cc (revision 1604) |
| +++ vm/object.cc (working copy) |
| @@ -2603,7 +2603,7 @@ |
| Class::Handle(Object::instantiated_type_arguments_class()); |
| RawObject* raw = Object::Allocate(instantiated_type_arguments_class, |
| InstantiatedTypeArguments::InstanceSize(), |
| - Heap::kOld); |
| + Heap::kNew); |
| return reinterpret_cast<RawInstantiatedTypeArguments*>(raw); |
| } |