| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index 49d22291f5cfa24d08cd8c3f79b3b854cbb17e88..8a8b4f291f5c8ae2a3dec9f1a2d68514961e86f0 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -176,7 +176,7 @@ namespace internal {
|
| F(DebugPrintScopes, 0, 1) \
|
| F(GetThreadCount, 1, 1) \
|
| F(GetThreadDetails, 2, 1) \
|
| - F(SetDisableBreak, 1, 1) \
|
| + F(SetBreakPointsActive, 1, 1) \
|
| F(GetBreakLocations, 2, 1) \
|
| F(SetFunctionBreakPoint, 3, 1) \
|
| F(SetScriptBreakPoint, 4, 1) \
|
|
|