| Index: runtime/vm/bootstrap_natives.h
|
| diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
|
| index cab31027838e25b74d39f563fe3e954b85219949..0358a001e14d21bcf42bf61e1634f47dce1e0462 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) \
|
|
|