Chromium Code Reviews| Index: src/runtime.h |
| diff --git a/src/runtime.h b/src/runtime.h |
| index c5ce3c388049c7137f1016608518b2765bb8f61d..9bcf59f0ce63ed96d50cff924292527a8e045605 100644 |
| --- a/src/runtime.h |
| +++ b/src/runtime.h |
| @@ -418,6 +418,7 @@ namespace internal { |
| F(DebugReferencedBy, 3, 1) \ |
| F(DebugConstructedBy, 2, 1) \ |
| F(DebugGetPrototype, 1, 1) \ |
| + F(DebugSetScriptSource, 2, 1) \ |
| F(SystemBreak, 0, 1) \ |
| F(DebugDisassembleFunction, 1, 1) \ |
| F(DebugDisassembleConstructor, 1, 1) \ |