blob: 7042577b5cf1195976b06f7cc70bf2c3b09a2f54 [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