Index: src/log.h |
diff --git a/src/log.h b/src/log.h |
index 51597ddda93a902d3c7ffd73b2974d47ec0706fd..2bcd42f0d2be17d541920ca746e79befb50f647b 100644 |
--- a/src/log.h |
+++ b/src/log.h |
@@ -300,8 +300,8 @@ class Logger { |
static void EnterExternal(Isolate* isolate); |
static void LeaveExternal(Isolate* isolate); |
- static void EmptyTimerEventsLogger(const char* name, int se) {} |
- static void DefaultTimerEventsLogger(const char* name, int se); |
+ static inline void CallEventLogger(Isolate* isolate, const char* name, |
+ StartEnd se, bool expose_to_api); |
// ==== Events logged by --log-regexp ==== |
// Regexp compilation and execution events. |