| Index: runtime/vm/bootstrap_natives.h
|
| diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
|
| index 32719ac095d7e6eade0f953aa6215d9b56b9124d..64c308acf059c913ef4fc7dc54519cfe1c200bba 100644
|
| --- a/runtime/vm/bootstrap_natives.h
|
| +++ b/runtime/vm/bootstrap_natives.h
|
| @@ -331,6 +331,7 @@ namespace dart {
|
| V(LibraryMirror_invokeSetter, 4) \
|
| V(TypeVariableMirror_owner, 1) \
|
| V(TypeVariableMirror_upper_bound, 1) \
|
| + V(DeclarationMirror_location, 1) \
|
| V(DeclarationMirror_metadata, 1) \
|
| V(FunctionTypeMirror_call_method, 2) \
|
| V(FunctionTypeMirror_parameters, 2) \
|
| @@ -339,7 +340,6 @@ namespace dart {
|
| V(MethodMirror_parameters, 2) \
|
| V(MethodMirror_return_type, 2) \
|
| V(MethodMirror_source, 1) \
|
| - V(MethodMirror_location, 1) \
|
| V(ParameterMirror_type, 3) \
|
| V(TypedefMirror_referent, 1) \
|
| V(TypedefMirror_declaration, 1) \
|
|
|