| Index: runtime/vm/bootstrap_natives.h
|
| diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
|
| index 0c8facad38ab49ec72c24cdcfa7c127f2caf4f83..1525c1e2ff1e58b3f8a4cdbcd98b390bf9f5d82b 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(GrowableList_toFixedLength, 1) \
|
| V(WeakProperty_new, 2) \
|
| V(WeakProperty_getKey, 1) \
|
| V(WeakProperty_getValue, 1) \
|
|
|