blob: e1c00d13d030c084e389ceaec716e556c551b7c1 [file] [log] [blame]
// Copyright 2017 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef WTF_StackTrace_h
#define WTF_StackTrace_h
#include "base/debug/stack_trace.h"
namespace WTF {
namespace debug {
using StackTrace = base::debug::StackTrace;
} // namespace debug
} // namespace WTF
#endif // WTF_StackTrace_h