Index: test/cctest/test-cpu-profiler.cc |
diff --git a/test/cctest/test-cpu-profiler.cc b/test/cctest/test-cpu-profiler.cc |
index 7740a1d9bf25572140bc33170e58e92472faced7..e4eceeceab77641b7599424a249196346f5c461a 100644 |
--- a/test/cctest/test-cpu-profiler.cc |
+++ b/test/cctest/test-cpu-profiler.cc |
@@ -422,7 +422,7 @@ |
cpu_profiler->SetSamplingInterval(100); |
cpu_profiler->StartProfiling(profile_name, collect_samples); |
- v8::sampler::Sampler* sampler = |
+ i::Sampler* sampler = |
reinterpret_cast<i::Isolate*>(env->GetIsolate())->logger()->sampler(); |
sampler->StartCountingSamples(); |
do { |