| Index: src/api.cc
|
| diff --git a/src/api.cc b/src/api.cc
|
| index dd47f2c950bc62d7a35201a2e0c920908f8563e5..fd5d76b9a1eea1a72c23ca4efdbb2c7d010300ca 100644
|
| --- a/src/api.cc
|
| +++ b/src/api.cc
|
| @@ -8049,6 +8049,9 @@ void CpuProfiler::SetSamplingInterval(int us) {
|
| base::TimeDelta::FromMicroseconds(us));
|
| }
|
|
|
| +void CpuProfiler::CollectSample() {
|
| + reinterpret_cast<i::CpuProfiler*>(this)->CollectSample();
|
| +}
|
|
|
| void CpuProfiler::StartProfiling(Local<String> title, bool record_samples) {
|
| reinterpret_cast<i::CpuProfiler*>(this)->StartProfiling(
|
|
|