Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information