Chromium Code Reviews| Index: src/runtime.h |
| =================================================================== |
| --- src/runtime.h (revision 12582) |
| +++ src/runtime.h (working copy) |
| @@ -395,7 +395,11 @@ |
| F(HaveSameMap, 2, 1) \ |
| /* profiler */ \ |
| F(ProfilerResume, 0, 1) \ |
| - F(ProfilerPause, 0, 1) |
| + F(ProfilerPause, 0, 1) \ |
| + \ |
| + /* WebTech debug functions */ \ |
| + F(GetShortTermEvalCompilationCacheStatistics, 0, 1) \ |
| + F(ClearShortTermCompilationCache, 0, 1) |
| #ifdef ENABLE_DEBUGGER_SUPPORT |