chromium/third_party/blink/common/crash_helpers.cc

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

#include "third_party/blink/common/crash_helpers.h"

#include "base/debug/alias.h"

namespace blink {

namespace internal {

NOINLINE void CrashIntentionally() {}

NOINLINE void BadCastCrashIntentionally() {}

}  // namespace internal

}  // namespace blink