| Index: runtime/vm/bootstrap_natives.h
|
| diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
|
| index dacf02cd8940ad0aef5f13e556067a8a036c497d..e0a021540775c75a40c03b36386d586de078d119 100644
|
| --- a/runtime/vm/bootstrap_natives.h
|
| +++ b/runtime/vm/bootstrap_natives.h
|
| @@ -22,6 +22,7 @@ namespace dart {
|
| V(Object_noSuchMethod, 6) \
|
| V(Object_runtimeType, 1) \
|
| V(Object_haveSameRuntimeType, 2) \
|
| + V(Object_prependTypeArguments, 3) \
|
| V(Object_instanceOf, 4) \
|
| V(Object_simpleInstanceOf, 2) \
|
| V(Object_as, 4) \
|
|
|