blob: f435d7c37ebb72a16a1f9f48f7ce6db17553f34a [file]
// Copyright (c) 2020 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 POLYFILLS_BASE_NOTREACHED_H_
#define POLYFILLS_BASE_NOTREACHED_H_
#include "polyfills/base/logging.h"
#define DUMP_WILL_BE_NOTREACHED() GURL_DCHECK(false)
#endif /* POLYFILLS_BASE_NOTREACHED_H_ */