Index: runtime/vm/bootstrap_natives.h |
diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h |
index 0a054bc6f02fe5720793b73fd1795c8b6714b88d..a10c52c439ab728f8903f67750204f1feac5dd50 100644 |
--- a/runtime/vm/bootstrap_natives.h |
+++ b/runtime/vm/bootstrap_natives.h |
@@ -270,6 +270,8 @@ namespace dart { |
V(ClosureMirror_find_in_context, 2) \ |
V(ClosureMirror_function, 1) \ |
V(ClosureMirror_apply, 2) \ |
+ V(TypeMirror_subtypeTest, 2) \ |
+ V(TypeMirror_moreSpecificTest, 2) \ |
V(ClassMirror_library, 1) \ |
V(ClassMirror_supertype, 1) \ |
V(ClassMirror_supertype_instantiated, 1) \ |