| Index: src/log.cc
|
| diff --git a/src/log.cc b/src/log.cc
|
| index fdc1180fb52e6fdd00c059176a2df2e5675d2595..1b0fdeb5beaf8a9259d035fba09f7f54c314969e 100644
|
| --- a/src/log.cc
|
| +++ b/src/log.cc
|
| @@ -926,8 +926,7 @@ void Logger::FunctionCreateEvent(JSFunction* function) {
|
| }
|
|
|
|
|
| -void Logger::FunctionCreateEventFromMove(JSFunction* function,
|
| - HeapObject*) {
|
| +void Logger::FunctionCreateEventFromMove(JSFunction* function) {
|
| #ifdef ENABLE_LOGGING_AND_PROFILING
|
| if (function->unchecked_code() != Builtins::builtin(Builtins::LazyCompile)) {
|
| FunctionCreateEvent(function);
|
|
|