| Index: src/log.h
|
| diff --git a/src/log.h b/src/log.h
|
| index e95f3d94e129cce296af7a5a97bd9ed4ff8b5d6d..3a4d79b8da09e08b15a0dd9e6406d635878ea7e3 100644
|
| --- a/src/log.h
|
| +++ b/src/log.h
|
| @@ -219,8 +219,7 @@ class Logger {
|
| static void CodeDeleteEvent(Address from);
|
| // Emits a function object create event.
|
| static void FunctionCreateEvent(JSFunction* function);
|
| - static void FunctionCreateEventFromMove(JSFunction* function,
|
| - HeapObject*);
|
| + static void FunctionCreateEventFromMove(JSFunction* function);
|
| // Emits a function move event.
|
| static void FunctionMoveEvent(Address from, Address to);
|
| // Emits a function delete event.
|
|
|