Chromium Code Reviews| Index: runtime/vm/code_descriptors.cc |
| =================================================================== |
| --- runtime/vm/code_descriptors.cc (revision 25346) |
| +++ runtime/vm/code_descriptors.cc (working copy) |
| @@ -41,7 +41,7 @@ |
| BitmapBuilder* bitmap, |
| intptr_t register_bit_count) { |
| stack_map_ = Stackmap::New(pc_offset, bitmap, register_bit_count); |
| - list_.Add(stack_map_); |
| + list_.Add(stack_map_, Heap::kOld); |
| } |