Chromium Code Reviews| Index: src/heap-profiler.cc |
| =================================================================== |
| --- src/heap-profiler.cc (revision 10367) |
| +++ src/heap-profiler.cc (working copy) |
| @@ -51,7 +51,7 @@ |
| } |
| -void HeapProfiler::Setup() { |
| +void HeapProfiler::SetUp() { |
| Isolate* isolate = Isolate::Current(); |
| if (isolate->heap_profiler() == NULL) { |
| isolate->set_heap_profiler(new HeapProfiler()); |