| Index: runtime/vm/bootstrap_natives.h
|
| diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
|
| index 8aed894c1786fe781ac64081bbd880b7cab95c99..2a2712621922ec0ef1cf9dd41f3f0702fefe31d7 100644
|
| --- a/runtime/vm/bootstrap_natives.h
|
| +++ b/runtime/vm/bootstrap_natives.h
|
| @@ -264,7 +264,7 @@ namespace dart {
|
| V(InstanceMirror_computeType, 1) \
|
| V(ClosureMirror_find_in_context, 2) \
|
| V(ClosureMirror_function, 1) \
|
| - V(ClosureMirror_apply, 3) \
|
| + V(ClosureMirror_apply, 2) \
|
| V(ClassMirror_library, 1) \
|
| V(ClassMirror_supertype, 1) \
|
| V(ClassMirror_supertype_instantiated, 1) \
|
|
|