| Index: runtime/vm/bootstrap_natives.h
|
| diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
|
| index 0c8facad38ab49ec72c24cdcfa7c127f2caf4f83..07e556fccfcd7731de057a10ad53a54a78fcd330 100644
|
| --- a/runtime/vm/bootstrap_natives.h
|
| +++ b/runtime/vm/bootstrap_natives.h
|
| @@ -337,6 +337,7 @@ namespace dart {
|
| V(GrowableList_getCapacity, 1) \
|
| V(GrowableList_setLength, 2) \
|
| V(GrowableList_setData, 2) \
|
| + V(Internal_makeListFixedLength, 1) \
|
| V(WeakProperty_new, 2) \
|
| V(WeakProperty_getKey, 1) \
|
| V(WeakProperty_getValue, 1) \
|
|
|