| Index: src/cpu-profiler.h
|
| diff --git a/src/cpu-profiler.h b/src/cpu-profiler.h
|
| index 61d40f02aa1a67cac39c1c8754564116f8020ddd..77fdb0681ba871a79cb30af671a0b8d200a25bcc 100644
|
| --- a/src/cpu-profiler.h
|
| +++ b/src/cpu-profiler.h
|
| @@ -161,7 +161,7 @@ class ProfilerEventsProcessor : public Thread {
|
| void Enqueue(const CodeEventsContainer& event);
|
|
|
| // Puts current stack into tick sample events buffer.
|
| - void AddCurrentStack();
|
| + void AddCurrentStack(Isolate* isolate);
|
|
|
| // Tick sample events are filled directly in the buffer of the circular
|
| // queue (because the structure is of fixed width, but usually not all
|
|
|