Chromium Code Reviews| Index: runtime/vm/flow_graph_builder.cc |
| =================================================================== |
| --- runtime/vm/flow_graph_builder.cc (revision 45742) |
| +++ runtime/vm/flow_graph_builder.cc (working copy) |
| @@ -78,6 +78,7 @@ |
| const char* name; |
| } factory_recognizer_list[] = { |
| RECOGNIZED_LIST_FACTORY_LIST(RECOGNIZE_FACTORY) |
| + { Symbols::kIllegal, -1, -1, NULL } |
| }; |
| #undef RECOGNIZE_FACTORY |