Chromium Code Reviews| Index: src/runtime.h |
| diff --git a/src/runtime.h b/src/runtime.h |
| index 3d4df1bd369885ae6c4b32cec8b7c0fad517c6e1..d28a1473867b7e88677f72cd241503a7585de3ee 100644 |
| --- a/src/runtime.h |
| +++ b/src/runtime.h |
| @@ -319,6 +319,7 @@ namespace internal { |
| F(GetCFrames, 1, 1) \ |
| F(GetThreadCount, 1, 1) \ |
| F(GetThreadDetails, 2, 1) \ |
| + F(SetDisableBreak, 1, 1) \ |
| F(GetBreakLocations, 1, 1) \ |
| F(SetFunctionBreakPoint, 3, 1) \ |
| F(SetScriptBreakPoint, 3, 1) \ |