chromium/third_party/blink/renderer/modules/notifications/notification_event.cc

// Copyright 2014 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#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 {}

}  // namespace blink