Chromium Code Reviews| Index: src/runtime-profiler.cc |
| diff --git a/src/runtime-profiler.cc b/src/runtime-profiler.cc |
| index 7d5119032d6e313eea0c8a7a467f2e9637c48c34..568e48e412c03f4151f6fb9ae30323efd0a0182b 100644 |
| --- a/src/runtime-profiler.cc |
| +++ b/src/runtime-profiler.cc |
| @@ -101,7 +101,7 @@ RuntimeProfiler::RuntimeProfiler(Isolate* isolate) |
| } |
| -void RuntimeProfiler::GlobalSetup() { |
| +void RuntimeProfiler::GlobalSetUp() { |
| ASSERT(!has_been_globally_set_up_); |
| enabled_ = V8::UseCrankshaft() && FLAG_opt; |
| #ifdef DEBUG |