#ifndef THIRD_PARTY_BLINK_RENDERER_BINDINGS_MODULES_V8_V8_DIALOG_BUTTON_H_
#define THIRD_PARTY_BLINK_RENDERER_BINDINGS_MODULES_V8_V8_DIALOG_BUTTON_H_
#include <optional>
#include "third_party/blink/renderer/platform/bindings/enumeration_base.h"
namespace blink {
class ExceptionState;
class V8DialogButton final : public bindings::EnumerationBase { … };
inline bool operator==(const V8DialogButton& lhs, V8DialogButton::Enum rhs) { … }
inline bool operator==(V8DialogButton::Enum lhs, const V8DialogButton& rhs) { … }
}
#endif