#ifndef THIRD_PARTY_BLINK_RENDERER_BINDINGS_CORE_V8_V8_ADD_EVENT_LISTENER_OPTIONS_H_
#define THIRD_PARTY_BLINK_RENDERER_BINDINGS_CORE_V8_V8_ADD_EVENT_LISTENER_OPTIONS_H_
#include "base/containers/span.h"
#include "third_party/blink/renderer/bindings/core/v8/v8_event_listener_options.h"
#include "third_party/blink/renderer/core/core_export.h"
#include "third_party/blink/renderer/platform/heap/member.h"
namespace blink {
class AbortSignal;
class ExceptionState;
class CORE_EXPORT AddEventListenerOptions : public EventListenerOptions { … };
}
#endif