| Index: runtime/vm/bootstrap_natives.h
|
| diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
|
| index 4dc45cc6e4c92df1d365ddb9628a3f06e010e19f..0c046c157cfebeab68b8d7fc93b71ef0e4db0747 100644
|
| --- a/runtime/vm/bootstrap_natives.h
|
| +++ b/runtime/vm/bootstrap_natives.h
|
| @@ -262,7 +262,6 @@ namespace dart {
|
| V(InstanceMirror_invokeSetter, 4) \
|
| V(ClosureMirror_function, 1) \
|
| V(ClosureMirror_apply, 3) \
|
| - V(ClassMirror_name, 1) \
|
| V(ClassMirror_library, 1) \
|
| V(ClassMirror_supertype, 1) \
|
| V(ClassMirror_interfaces, 1) \
|
|
|