Skip to content

Commit

Permalink
src: separate trace_event_common from trace_event
Browse files Browse the repository at this point in the history
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
targos committed Mar 1, 2017
1 parent 87a039d commit f09c2bc
Show file tree
Hide file tree
Showing 2 changed files with 1,076 additions and 1,124 deletions.
Loading

0 comments on commit f09c2bc

Please sign in to comment.