blob: 415c0b4da98ce141400d04ca49efcb7c81adae07 [file] [log] [blame]
// Copyright 2015 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/EventDispatchForbiddenScope.h"
namespace blink {
#if DCHECK_IS_ON()
unsigned EventDispatchForbiddenScope::s_count = 0;
#endif // DECHECK_IS_ON()
} // namespace blink