blob: 1654fed9ca9c3d15a257bb2870e649c7509829ce [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::count_ = 0;
#endif // DECHECK_IS_ON()
} // namespace blink