| Index: src/profiler/cpu-profiler.cc
|
| diff --git a/src/profiler/cpu-profiler.cc b/src/profiler/cpu-profiler.cc
|
| index b679502b40812aa3357d7f83e9db32a80482e3d0..0041526e11f5f3e882e11ec5dc3110ba1e113b5a 100644
|
| --- a/src/profiler/cpu-profiler.cc
|
| +++ b/src/profiler/cpu-profiler.cc
|
| @@ -260,8 +260,7 @@ void CpuProfiler::CodeCreateEvent(Logger::LogEventsAndTags tag,
|
|
|
| void CpuProfiler::CodeCreateEvent(Logger::LogEventsAndTags tag,
|
| AbstractCode* abstract_code,
|
| - SharedFunctionInfo* shared,
|
| - CompilationInfo* info, Name* script_name,
|
| + SharedFunctionInfo* shared, Name* script_name,
|
| int line, int column) {
|
| CodeEventsContainer evt_rec(CodeEventRecord::CODE_CREATION);
|
| CodeCreateEventRecord* rec = &evt_rec.CodeCreateEventRecord_;
|
|
|