Chromium Code Reviews| Index: runtime/vm/isolate.cc |
| =================================================================== |
| --- runtime/vm/isolate.cc (revision 12765) |
| +++ runtime/vm/isolate.cc (working copy) |
| @@ -171,7 +171,8 @@ |
| deopt_xmm_registers_copy_(NULL), |
| deopt_frame_copy_(NULL), |
| deopt_frame_copy_size_(0), |
| - deferred_doubles_(NULL) { |
| + deferred_doubles_(NULL), |
| + deferred_mints_(NULL) { |
| } |