| Index: runtime/vm/bootstrap_natives.h
|
| diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
|
| index 286bc0aeaa324d8b41ed9ff94407b86c0c1fc795..0cf705fb66a02741921ff8033db804d884985138 100644
|
| --- a/runtime/vm/bootstrap_natives.h
|
| +++ b/runtime/vm/bootstrap_natives.h
|
| @@ -270,6 +270,7 @@ namespace dart {
|
| V(TypeVariableMirror_owner, 1) \
|
| V(TypeVariableMirror_upper_bound, 1) \
|
| V(DeclarationMirror_metadata, 1) \
|
| + V(FunctionTypeMirror_call_method, 2) \
|
| V(FunctionTypeMirror_parameters, 1) \
|
| V(FunctionTypeMirror_return_type, 1) \
|
| V(MethodMirror_owner, 1) \
|
|
|