Chromium Code Reviews| Index: src/platform-openbsd.cc |
| diff --git a/src/platform-openbsd.cc b/src/platform-openbsd.cc |
| index b3f4924eee521892a256789076879b22636bf1a1..a60ec278e4396ef5a5ea6758f8746b38625a30a4 100644 |
| --- a/src/platform-openbsd.cc |
| +++ b/src/platform-openbsd.cc |
| @@ -950,4 +950,10 @@ void Sampler::Stop() { |
| } |
| +void Sampler::ResetInterval(int interval) { |
| + USE(interval); |
| + // Not implemented. Only really useful for slow mobile CPUs. |
| +} |
| + |
| + |
| } } // namespace v8::internal |