#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_ = …;
CEReactionsScope* CEReactionsScope::Current() { … }
CEReactionsScope::CEReactionsScope() : … { … }
CEReactionsScope::~CEReactionsScope() { … }
void CEReactionsScope::EnqueueToCurrentQueue(CustomElementReactionStack& stack,
Element& element,
CustomElementReaction& reaction) { … }
}