| Index: runtime/vm/bootstrap_natives.h
|
| diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
|
| index 16fe6f66eb21d347b3744f38f2e68e862e5b9ab9..227a32b95daf640bc7f652c4dd845c4cbc5432b9 100644
|
| --- a/runtime/vm/bootstrap_natives.h
|
| +++ b/runtime/vm/bootstrap_natives.h
|
| @@ -310,7 +310,6 @@ namespace dart {
|
| V(InstanceMirror_computeType, 1) \
|
| V(ClosureMirror_function, 1) \
|
| V(TypeMirror_subtypeTest, 2) \
|
| - V(TypeMirror_moreSpecificTest, 2) \
|
| V(ClassMirror_libraryUri, 1) \
|
| V(ClassMirror_supertype, 1) \
|
| V(ClassMirror_supertype_instantiated, 1) \
|
|
|