Index: src/cpu-profiler.h |
diff --git a/src/cpu-profiler.h b/src/cpu-profiler.h |
index 9cd44842095ccabe25d0ef74f0c0f0b53dde958d..6e2e771a41fbfa3c8e59d3066d02cbb559896a1e 100644 |
--- a/src/cpu-profiler.h |
+++ b/src/cpu-profiler.h |
@@ -188,7 +188,7 @@ class ProfilerEventsProcessor : public Thread { |
#define PROFILE(isolate, Call) \ |
- LOG_CODE_EVENT(isolate, Call); \ |
+ LOG(isolate, Call); \ |
do { \ |
if (v8::internal::CpuProfiler::is_profiling(isolate)) { \ |
v8::internal::CpuProfiler::Call; \ |