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