| Index: runtime/vm/bootstrap_natives.h
|
| diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
|
| index 7ae18107f0e8d6098f9e5e3ef7420e2591dc45ab..536299c65f9b70659732a3c4eb2d8f9341515713 100644
|
| --- a/runtime/vm/bootstrap_natives.h
|
| +++ b/runtime/vm/bootstrap_natives.h
|
| @@ -112,6 +112,7 @@ namespace dart {
|
| V(RegExp_getIsCaseSensitive, 1) \
|
| V(RegExp_getGroupCount, 1) \
|
| V(RegExp_ExecuteMatch, 3) \
|
| + V(RegExp_ExecuteMatchSticky, 3) \
|
| V(List_allocate, 2) \
|
| V(List_getIndexed, 2) \
|
| V(List_setIndexed, 3) \
|
|
|