blob: b9f234ca58bfb406d2de52a149d9192d8d152f59 [file] [log] [blame]
// Copyright 2014 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.
#include "platform/ScriptForbiddenScope.h"
#include "wtf/Assertions.h"
namespace blink {
unsigned ScriptForbiddenScope::s_scriptForbiddenCount = 0;
} // namespace blink