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