Chromium Code Reviews| Index: runtime/vm/runtime_entry_list.h |
| diff --git a/runtime/vm/runtime_entry_list.h b/runtime/vm/runtime_entry_list.h |
| index 51ac960bf24c196d41eb38d062f1366644c655aa..f816769032645e1063d30199dbe2f0b67dc14c27 100644 |
| --- a/runtime/vm/runtime_entry_list.h |
| +++ b/runtime/vm/runtime_entry_list.h |
| @@ -45,6 +45,7 @@ namespace dart { |
| V(GrowRegExpStack) \ |
| V(CompileFunction) \ |
| V(MonomorphicMiss) \ |
| + V(SingleTargetMiss) \ |
| #define LEAF_RUNTIME_ENTRY_LIST(V) \ |
| V(void, PrintStopMessage, const char*) \ |