| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index 9604a2a79ff6545b207de37ea6d24ba45ab3dfc4..c3c3305dfa3b239f212aa108059f7fc486037001 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -559,7 +559,7 @@ namespace internal {
|
| F(DebugConstructedBy, 2, 1) \
|
| F(DebugGetPrototype, 1, 1) \
|
| F(DebugSetScriptSource, 2, 1) \
|
| - F(DebugCallbackSupportsStepping, 1, 1) \
|
| + F(DebugIsStepping, 0, 1) \
|
| F(SystemBreak, 0, 1) \
|
| F(DebugDisassembleFunction, 1, 1) \
|
| F(DebugDisassembleConstructor, 1, 1) \
|
|
|