Index: runtime/vm/method_recognizer.cc |
diff --git a/runtime/vm/method_recognizer.cc b/runtime/vm/method_recognizer.cc |
index d0b941e4af28e0dbdbe84ac50811c462bc66561f..45a6f59743f4791a5899789f77033cb1d4218b01 100644 |
--- a/runtime/vm/method_recognizer.cc |
+++ b/runtime/vm/method_recognizer.cc |
@@ -28,7 +28,8 @@ bool MethodRecognizer::PolymorphicTarget(const Function& function) { |
#define KIND_TO_STRING(class_name, function_name, enum_name, fp) \ |
#enum_name, |
static const char* recognized_list_method_name[] = { |
-RECOGNIZED_LIST(KIND_TO_STRING) |
+ "Unknown", |
+ RECOGNIZED_LIST(KIND_TO_STRING) |
}; |
#undef KIND_TO_STRING |