Chromium Code Reviews| Index: dart/runtime/vm/object_store.cc |
| =================================================================== |
| --- dart/runtime/vm/object_store.cc (revision 34494) |
| +++ dart/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()), |