blob: 04f1f2e2ea0d0a8df9f504b24954cfc7857cd413 [file] [log] [blame]
Ben Murdoch4a90d5f2016-03-22 12:00:34 +00001// Copyright 2015 the V8 project authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#include "src/tracing/trace-event.h"
6
7#include "src/v8.h"
8
9namespace v8 {
10namespace internal {
11namespace tracing {
12
13v8::Platform* TraceEventHelper::GetCurrentPlatform() {
14 return v8::internal::V8::GetCurrentPlatform();
15}
16
17} // namespace tracing
18} // namespace internal
19} // namespace v8