Index: runtime/vm/isolate.cc |
diff --git a/runtime/vm/isolate.cc b/runtime/vm/isolate.cc |
index 6afc6fbfa1710ad8c1520a05067074e792208277..7dc11ffd1621037d3c8ea4d645905b1c2672f212 100644 |
--- a/runtime/vm/isolate.cc |
+++ b/runtime/vm/isolate.cc |
@@ -288,7 +288,9 @@ Isolate::Isolate() |
deopt_frame_copy_(NULL), |
deopt_frame_copy_size_(0), |
deferred_doubles_(NULL), |
- deferred_mints_(NULL) { |
+ deferred_mints_(NULL), |
+ deferred_float32x4s_(NULL), |
+ deferred_uint32x4s_(NULL) { |
} |