chromium/third_party/blink/renderer/core/timing/soft_navigation_entry.cc

// Copyright 2022 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/core/timing/soft_navigation_entry.h"

#include "third_party/blink/renderer/bindings/core/v8/v8_object_builder.h"
#include "third_party/blink/renderer/core/performance_entry_names.h"

namespace blink {

SoftNavigationEntry::SoftNavigationEntry(AtomicString name,
                                         double start_time,
                                         DOMWindow* source)
    :{}

SoftNavigationEntry::~SoftNavigationEntry() = default;

const AtomicString& SoftNavigationEntry::entryType() const {}

PerformanceEntryType SoftNavigationEntry::EntryTypeEnum() const {}

}  // namespace blink