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 f816769032645e1063d30199dbe2f0b67dc14c27..956414616730a7b0aab5a3a090337e47f5253bd3 100644 |
| --- a/runtime/vm/runtime_entry_list.h |
| +++ b/runtime/vm/runtime_entry_list.h |
| @@ -46,6 +46,7 @@ namespace dart { |
| V(CompileFunction) \ |
| V(MonomorphicMiss) \ |
| V(SingleTargetMiss) \ |
| + V(UnlinkedCall) \ |
| #define LEAF_RUNTIME_ENTRY_LIST(V) \ |
| V(void, PrintStopMessage, const char*) \ |