| Index: runtime/vm/bootstrap_natives.h
|
| diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
|
| index cef070c4b463500e764c56babb134a8b7968a29f..68d381d6348bdd7fc6b721267a9350b958601f79 100644
|
| --- a/runtime/vm/bootstrap_natives.h
|
| +++ b/runtime/vm/bootstrap_natives.h
|
| @@ -70,6 +70,7 @@ namespace dart {
|
| V(Bigint_allocate, 4) \
|
| V(Developer_debugger, 2) \
|
| V(Developer_inspect, 1) \
|
| + V(Developer_log, 8) \
|
| V(Double_getIsNegative, 1) \
|
| V(Double_getIsInfinite, 1) \
|
| V(Double_getIsNaN, 1) \
|
|
|