chromium/third_party/blink/renderer/modules/background_sync/periodic_sync_event.cc

// Copyright 2019 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/background_sync/periodic_sync_event.h"

#include "third_party/blink/renderer/bindings/modules/v8/v8_periodic_sync_event_init.h"

namespace blink {

PeriodicSyncEvent::PeriodicSyncEvent(const AtomicString& type,
                                     const String& tag,
                                     WaitUntilObserver* observer)
    :{}

PeriodicSyncEvent::PeriodicSyncEvent(const AtomicString& type,
                                     const PeriodicSyncEventInit* init)
    :{}

PeriodicSyncEvent::~PeriodicSyncEvent() = default;

const AtomicString& PeriodicSyncEvent::InterfaceName() const {}

const String& PeriodicSyncEvent::tag() const {}

}  // namespace blink