chromium/third_party/blink/renderer/platform/bindings/script_forbidden_scope.cc

// Copyright 2014 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/renderer/platform/bindings/script_forbidden_scope.h"

#include "third_party/abseil-cpp/absl/base/attributes.h"

namespace blink {

unsigned ScriptForbiddenScope::g_main_thread_counter_ =;
unsigned ScriptForbiddenScope::g_blink_lifecycle_counter_ =;

ABSL_CONST_INIT thread_local unsigned script_forbidden_counter =;

unsigned& ScriptForbiddenScope::GetMutableCounter() {}

}  // namespace blink