| Index: runtime/vm/bootstrap_natives.h
|
| diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
|
| index 569d531cb2e0575c7c21e4236142be6d7b39f8e8..811e24ee5f25e28b6e8f648d13710fadd9f2261a 100644
|
| --- a/runtime/vm/bootstrap_natives.h
|
| +++ b/runtime/vm/bootstrap_natives.h
|
| @@ -300,7 +300,6 @@ namespace dart {
|
| V(InstanceMirror_invokeGetter, 3) \
|
| V(InstanceMirror_invokeSetter, 4) \
|
| V(InstanceMirror_computeType, 1) \
|
| - V(ClosureMirror_find_in_context, 2) \
|
| V(ClosureMirror_function, 1) \
|
| V(TypeMirror_subtypeTest, 2) \
|
| V(TypeMirror_moreSpecificTest, 2) \
|
|
|