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