Chromium Code Reviews| Index: src/runtime.h |
| diff --git a/src/runtime.h b/src/runtime.h |
| index 33ab22b38e6efcaeb0aad77c3630e2f5e0c0a4ac..f0b04915c3191f26bc3c464a138ff9bc92c2e0b2 100644 |
| --- a/src/runtime.h |
| +++ b/src/runtime.h |
| @@ -413,8 +413,8 @@ namespace internal { |
| #ifdef ENABLE_LOGGING_AND_PROFILING |
| #define RUNTIME_FUNCTION_LIST_PROFILER_SUPPORT(F) \ |
| - F(ProfilerResume, 2, 1) \ |
| - F(ProfilerPause, 2, 1) |
| + F(ProfilerResume, 0, 1) \ |
| + F(ProfilerPause, 0, 1) |
| #else |
| #define RUNTIME_FUNCTION_LIST_PROFILER_SUPPORT(F) |
| #endif |