Chromium Code Reviews| Index: src/runtime-profiler.h |
| diff --git a/src/runtime-profiler.h b/src/runtime-profiler.h |
| index 35213a8196960314bb6349b53ca8a116f369ccce..ab6cb378eabeef85113f25ac1df3b5656f5ebc33 100644 |
| --- a/src/runtime-profiler.h |
| +++ b/src/runtime-profiler.h |
| @@ -43,7 +43,7 @@ class RuntimeProfiler { |
| public: |
| explicit RuntimeProfiler(Isolate* isolate); |
| - static void GlobalSetup(); |
| + static void GlobalSetUp(); |
| static inline bool IsEnabled() { |
| ASSERT(has_been_globally_set_up_); |