| Index: runtime/vm/bootstrap_natives.h
|
| diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
|
| index b5463accb7d3beaa7ee4804895302d73d654e717..f4b947ce0c4af8ee453073d386b28916dab445eb 100644
|
| --- a/runtime/vm/bootstrap_natives.h
|
| +++ b/runtime/vm/bootstrap_natives.h
|
| @@ -260,6 +260,7 @@ namespace dart {
|
| V(InstanceMirror_invoke, 5) \
|
| V(InstanceMirror_invokeGetter, 3) \
|
| V(InstanceMirror_invokeSetter, 4) \
|
| + V(ClosureMirror_find_in_context, 2) \
|
| V(ClosureMirror_function, 1) \
|
| V(ClosureMirror_apply, 3) \
|
| V(ClassMirror_library, 1) \
|
|
|