Chromium Code Reviews| Index: src/runtime/runtime.h |
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
| index 2b288dbe3412e98b1700b4a23129c32840423b5e..903ea66984b4da1f4e736772f0dfb18a96425d70 100644 |
| --- a/src/runtime/runtime.h |
| +++ b/src/runtime/runtime.h |
| @@ -577,7 +577,7 @@ namespace internal { |
| F(LiveEditRestartFrame, 2, 1) \ |
| F(GetFunctionCodePositionFromSource, 2, 1) \ |
| F(ExecuteInDebugContext, 1, 1) \ |
| - \ |
| + F(GetDebugContext, 0, 1) \ |
| F(SetFlags, 1, 1) \ |
| F(CollectGarbage, 1, 1) \ |
| F(GetHeapUsage, 0, 1) |