Chromium Code Reviews| Index: src/runtime.h |
| =================================================================== |
| --- src/runtime.h (revision 2753) |
| +++ src/runtime.h (working copy) |
| @@ -303,8 +303,7 @@ |
| F(DebugConstructedBy, 2) \ |
| F(DebugGetPrototype, 1) \ |
| F(SystemBreak, 0) \ |
| - F(DebugDisassembleFunction, 1) \ |
| - F(DebugDisassembleConstructor, 1) \ |
| + F(FunctionGetAssemblerCode, 1) \ |
| F(FunctionGetInferredName, 1) |
| #else |
| #define RUNTIME_FUNCTION_LIST_DEBUGGER_SUPPORT(F) |