Index: src/cpu-profiler.h |
diff --git a/src/cpu-profiler.h b/src/cpu-profiler.h |
index d666255b0af56539daa4e3c374cd255308a4ebe4..c1e75a101adb095fb53e49bc7b67140d1b0d04eb 100644 |
--- a/src/cpu-profiler.h |
+++ b/src/cpu-profiler.h |
@@ -221,16 +221,13 @@ class CpuProfiler : public CodeEventListener { |
Code* code, const char* comment); |
virtual void CodeCreateEvent(Logger::LogEventsAndTags tag, |
Code* code, Name* name); |
- virtual void CodeCreateEvent(Logger::LogEventsAndTags tag, |
- Code* code, |
+ virtual void CodeCreateEvent(Logger::LogEventsAndTags tag, Code* code, |
SharedFunctionInfo* shared, |
- CompilationInfo* info, |
- Name* name); |
- virtual void CodeCreateEvent(Logger::LogEventsAndTags tag, |
- Code* code, |
+ CompilationInfo* info, Name* script_name); |
+ virtual void CodeCreateEvent(Logger::LogEventsAndTags tag, Code* code, |
SharedFunctionInfo* shared, |
- CompilationInfo* info, |
- Name* source, int line, int column); |
+ CompilationInfo* info, Name* script_name, |
+ int line, int column); |
virtual void CodeCreateEvent(Logger::LogEventsAndTags tag, |
Code* code, int args_count); |
virtual void CodeMovingGCEvent() {} |