Commit f09c2bc
committed
src: separate trace_event_common from trace_event
Currently, trace_event.h contains a full copy of the header present in
deps/v8/base/trace_event/common/trace_event_common.h mixed with
implementation-specific macros.
This patch moves the V8 code to its own file and includes it from
trace_event.h.
The header is also updated to the latest version from V8 5.6.1 parent 87a039d commit f09c2bc
2 files changed
+1076
-1124
lines changed
0 commit comments