chromium/v8/src/heap/cppgc/logging.cc

// Copyright 2020 the V8 project authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "include/cppgc/internal/logging.h"
#include "include/cppgc/source-location.h"

#include "src/base/logging.h"

namespace cppgc {
namespace internal {

void DCheckImpl(const char* message, const SourceLocation& loc) {}

void FatalImpl(const char* message, const SourceLocation& loc) {}

}  // namespace internal
}  // namespace cppgc