| Index: runtime/vm/bootstrap_natives.h
|
| diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
|
| index 8ab12e87beac575cbbff1df52bdde2ee8e4c631c..0c9d8186a5be9be3e81635a6d2e9ca2123517f07 100644
|
| --- a/runtime/vm/bootstrap_natives.h
|
| +++ b/runtime/vm/bootstrap_natives.h
|
| @@ -297,7 +297,6 @@ namespace dart {
|
| V(InstanceMirror_computeType, 1) \
|
| 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) \
|
|
|