Index: runtime/vm/bootstrap_natives.h |
diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h |
index de42d71c96bfc8844d7d8bb9e7328c3302b62d2c..c1b4b366c30577c42360c3abe7ccef0971c5856f 100644 |
--- a/runtime/vm/bootstrap_natives.h |
+++ b/runtime/vm/bootstrap_natives.h |
@@ -300,13 +300,13 @@ namespace dart { |
V(FunctionTypeMirror_return_type, 1) \ |
V(MethodMirror_owner, 1) \ |
V(MethodMirror_parameters, 2) \ |
- V(MethodMirror_return_type, 1) \ |
+ V(MethodMirror_return_type, 2) \ |
V(MethodMirror_source, 1) \ |
- V(ParameterMirror_type, 2) \ |
+ V(ParameterMirror_type, 3) \ |
V(TypedefMirror_referent, 1) \ |
V(TypedefMirror_instantiate_from, 2) \ |
V(TypedefMirror_declaration, 1) \ |
- V(VariableMirror_type, 1) \ |
+ V(VariableMirror_type, 2) \ |
V(GrowableList_allocate, 2) \ |
V(GrowableList_getIndexed, 2) \ |
V(GrowableList_setIndexed, 3) \ |