| Index: runtime/vm/bootstrap_natives.h
|
| diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
|
| index 33d401e3a112bcaba0f637a02bb0411ccb67409f..6c1613bf964929da77806e92fbefbbfd373b2957 100644
|
| --- a/runtime/vm/bootstrap_natives.h
|
| +++ b/runtime/vm/bootstrap_natives.h
|
| @@ -63,6 +63,8 @@ namespace dart {
|
| V(Bigint_getUsed, 1) \
|
| V(Bigint_getDigits, 1) \
|
| V(Bigint_allocate, 4) \
|
| + V(Debugger_breakHere, 0) \
|
| + V(Debugger_breakHereIf, 1) \
|
| V(Double_getIsNegative, 1) \
|
| V(Double_getIsInfinite, 1) \
|
| V(Double_getIsNaN, 1) \
|
|
|