#include "third_party/blink/renderer/modules/notifications/notification_event.h"
#include "third_party/blink/renderer/bindings/modules/v8/v8_notification_event_init.h"
#include "third_party/blink/renderer/platform/wtf/text/wtf_string.h"
namespace blink {
NotificationEvent::NotificationEvent(const AtomicString& type,
const NotificationEventInit* initializer)
: … { … }
NotificationEvent::NotificationEvent(const AtomicString& type,
const NotificationEventInit* initializer,
WaitUntilObserver* observer)
: … { … }
NotificationEvent::~NotificationEvent() = default;
const AtomicString& NotificationEvent::InterfaceName() const { … }
void NotificationEvent::Trace(Visitor* visitor) const { … }
}