| Index: src/cpu-profiler.h
|
| diff --git a/src/cpu-profiler.h b/src/cpu-profiler.h
|
| index 8aba5426d5a53d62fde790d30a45a1f51f463b01..fcb9a67ddf7db641152bd8a6b39aaddbd7a5fe60 100644
|
| --- a/src/cpu-profiler.h
|
| +++ b/src/cpu-profiler.h
|
| @@ -238,7 +238,7 @@ class CpuProfiler : public CodeEventListener {
|
| Code* code,
|
| SharedFunctionInfo* shared,
|
| CompilationInfo* info,
|
| - Name* source, int line);
|
| + Name* source, int line, int column);
|
| virtual void CodeCreateEvent(Logger::LogEventsAndTags tag,
|
| Code* code, int args_count);
|
| virtual void CodeMovingGCEvent() {}
|
|
|