chromium/third_party/blink/renderer/core/html/custom/ce_reactions_scope.cc

// Copyright 2016 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/core/html/custom/ce_reactions_scope.h"

#include "third_party/blink/renderer/core/dom/document.h"
#include "third_party/blink/renderer/core/dom/element.h"
#include "third_party/blink/renderer/core/execution_context/execution_context.h"
#include "third_party/blink/renderer/core/html/custom/custom_element_reaction_stack.h"

namespace blink {

CEReactionsScope* CEReactionsScope::top_of_stack_ =;

// static
CEReactionsScope* CEReactionsScope::Current() {}

CEReactionsScope::CEReactionsScope() :{}

CEReactionsScope::~CEReactionsScope() {}

void CEReactionsScope::EnqueueToCurrentQueue(CustomElementReactionStack& stack,
                                             Element& element,
                                             CustomElementReaction& reaction) {}

}  // namespace blink