#ifndef THIRD_PARTY_BLINK_RENDERER_BINDINGS_CORE_V8_V8_SECURITY_POLICY_VIOLATION_EVENT_INIT_H_
#define THIRD_PARTY_BLINK_RENDERER_BINDINGS_CORE_V8_V8_SECURITY_POLICY_VIOLATION_EVENT_INIT_H_
#include "base/containers/span.h"
#include "third_party/blink/renderer/bindings/core/v8/v8_event_init.h"
#include "third_party/blink/renderer/bindings/core/v8/v8_security_policy_violation_event_disposition.h"
#include "third_party/blink/renderer/core/core_export.h"
#include "third_party/blink/renderer/platform/wtf/text/wtf_string.h"
namespace blink {
class ExceptionState;
class CORE_EXPORT SecurityPolicyViolationEventInit : public EventInit { … };
}
#endif