Chromium Code Reviews| Index: runtime/vm/isolate.cc |
| =================================================================== |
| --- runtime/vm/isolate.cc (revision 27984) |
| +++ runtime/vm/isolate.cc (working copy) |
| @@ -391,6 +391,7 @@ |
| top_context_(Context::null()), |
| top_exit_frame_info_(0), |
| init_callback_data_(NULL), |
| + config_callback_(NULL), |
| library_tag_handler_(NULL), |
| api_state_(NULL), |
| stub_code_(NULL), |