Chromium Code Reviews| Index: runtime/vm/bootstrap_natives.h |
| diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h |
| index 0c8facad38ab49ec72c24cdcfa7c127f2caf4f83..081ec23788bd66d4be61547fc487669a154fd72c 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(StaticClass_toFixedLength, 1) \ |
|
floitsch
2014/02/10 13:25:49
"\" is not aligned.
Lasse Reichstein Nielsen
2014/02/11 07:08:47
Done.
|
| V(WeakProperty_new, 2) \ |
| V(WeakProperty_getKey, 1) \ |
| V(WeakProperty_getValue, 1) \ |