blob: 814f0d29c160a979fdc2eff1831f4edd722750d5 [file] [log] [blame]
// Copyright 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_DCHECK_IS_ON_H_
#define POLYFILLS_BASE_DCHECK_IS_ON_H_
#define DCHECK_IS_ON() false
#define EXPENSIVE_DCHECKS_ARE_ON() false
#endif // POLYFILLS_BASE_DCHECK_IS_ON_H_