Chromium Code Reviews| Index: runtime/vm/object_store.cc |
| =================================================================== |
| --- runtime/vm/object_store.cc (revision 26064) |
| +++ runtime/vm/object_store.cc (working copy) |
| @@ -20,6 +20,7 @@ |
| null_class_(Class::null()), |
| null_type_(Type::null()), |
| function_type_(Type::null()), |
| + dart_function_impl_type_(Type::null()), |
| type_class_(Class::null()), |
| number_type_(Type::null()), |
| int_type_(Type::null()), |