Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

src: separate trace_event_common from trace_event #10628

Closed
wants to merge 1 commit into from

Commits on Mar 1, 2017

  1. 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.
    targos committed Mar 1, 2017
    Configuration menu
    Copy the full SHA
    f09c2bc View commit details
    Browse the repository at this point in the history