| Index: src/cpu-profiler.h
|
| diff --git a/src/cpu-profiler.h b/src/cpu-profiler.h
|
| index f9f61675db042a7c5e3dfb94cb32131fa5dad2bd..ad4bc2eb522d9fff24a649ac5181572ed200d6d5 100644
|
| --- a/src/cpu-profiler.h
|
| +++ b/src/cpu-profiler.h
|
| @@ -134,8 +134,7 @@ class TickSampleEventRecord BASE_EMBEDDED {
|
| // methods called by event producers: VM and stack sampler threads.
|
| class ProfilerEventsProcessor : public Thread {
|
| public:
|
| - ProfilerEventsProcessor(Isolate* isolate,
|
| - ProfileGenerator* generator);
|
| + explicit ProfilerEventsProcessor(ProfileGenerator* generator);
|
| virtual ~ProfilerEventsProcessor() {}
|
|
|
| // Thread control.
|
|
|