chromium/third_party/blink/renderer/platform/bindings/thread_debugger.h

// Copyright 2022 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef THIRD_PARTY_BLINK_RENDERER_PLATFORM_BINDINGS_THREAD_DEBUGGER_H_
#define THIRD_PARTY_BLINK_RENDERER_PLATFORM_BINDINGS_THREAD_DEBUGGER_H_

#include <memory>

#include "third_party/blink/public/mojom/devtools/console_message.mojom-blink-forward.h"
#include "third_party/blink/renderer/platform/platform_export.h"
#include "third_party/blink/renderer/platform/wtf/forward.h"
#include "v8/include/v8-forward.h"
#include "v8/include/v8-inspector.h"

namespace WTF {
class String;
}  // namespace WTF

namespace blink {

class SourceLocation;

class PLATFORM_EXPORT ThreadDebugger : public v8_inspector::V8InspectorClient {};

}  // namespace blink

#endif  // THIRD_PARTY_BLINK_RENDERER_PLATFORM_BINDINGS_THREAD_DEBUGGER_H_