Index: runtime/vm/bootstrap_natives.h |
diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h |
index 0c8facad38ab49ec72c24cdcfa7c127f2caf4f83..c5e5b8541ef0c966e604dfa9b968f0440dd152ea 100644 |
--- a/runtime/vm/bootstrap_natives.h |
+++ b/runtime/vm/bootstrap_natives.h |
@@ -297,6 +297,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) \ |