| Index: src/platform-openbsd.cc
 | 
| diff --git a/src/platform-openbsd.cc b/src/platform-openbsd.cc
 | 
| index 66eac22aa50e5deae0dd2ef2bec3d4e7ff7b8770..e48d4cb35a477ece3168c76801a6edf4e3e379b5 100644
 | 
| --- a/src/platform-openbsd.cc
 | 
| +++ b/src/platform-openbsd.cc
 | 
| @@ -748,7 +748,7 @@ static void ProfilerSignalHandler(int signal, siginfo_t* info, void* context) {
 | 
|    if (sampler == NULL || !sampler->IsActive()) return;
 | 
|  
 | 
|    TickSample sample_obj;
 | 
| -  TickSample* sample = CpuProfiler::TickSampleEvent(isolate);
 | 
| +  TickSample* sample = isolate->cpu_profiler()->TickSampleEvent();
 | 
|    if (sample == NULL) sample = &sample_obj;
 | 
|  
 | 
|    // Extracting the sample from the context is extremely machine dependent.
 | 
| 
 |