| Index: runtime/vm/runtime_entry_list.h
|
| diff --git a/runtime/vm/runtime_entry_list.h b/runtime/vm/runtime_entry_list.h
|
| index e44d0d48f03f7c96056bf217b9f1749d9fc389a1..f3ad27657889c78c149b64d39a27c7d7fbb9064c 100644
|
| --- a/runtime/vm/runtime_entry_list.h
|
| +++ b/runtime/vm/runtime_entry_list.h
|
| @@ -58,6 +58,8 @@ namespace dart {
|
| V(double, LibcRound, double) \
|
| V(double, LibcCos, double) \
|
| V(double, LibcSin, double) \
|
| + V(double, LibcAtan, double) \
|
| + V(double, LibcAtan2, double, double) \
|
| V(RawBool*, CaseInsensitiveCompareUC16, \
|
| RawString*, RawSmi*, RawSmi*, RawSmi*) \
|
|
|
|
|