| Index: runtime/vm/bootstrap_natives.h
|
| diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
|
| index 5d5b2d3034076e3bc51ea26edec9de9394003fb6..5e781dc1cfa366bfa718aacba4d008b281e09ae3 100644
|
| --- a/runtime/vm/bootstrap_natives.h
|
| +++ b/runtime/vm/bootstrap_natives.h
|
| @@ -262,7 +262,6 @@ namespace dart {
|
| V(LibraryMirror_invokeGetter, 3) \
|
| V(LibraryMirror_invokeSetter, 4) \
|
| V(DeclarationMirror_metadata, 1) \
|
| - V(MethodMirror_name, 1) \
|
| V(MethodMirror_owner, 1) \
|
| V(MethodMirror_parameters, 1) \
|
| V(MethodMirror_return_type, 1) \
|
|
|