chromium/third_party/blink/renderer/core/navigation_api/navigation_current_entry_change_event.cc

// Copyright 2021 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/navigation_api/navigation_current_entry_change_event.h"

#include "third_party/blink/renderer/bindings/core/v8/v8_navigation_current_entry_change_event_init.h"
#include "third_party/blink/renderer/core/event_interface_names.h"
#include "third_party/blink/renderer/core/navigation_api/navigation_history_entry.h"

namespace blink {

NavigationCurrentEntryChangeEvent::NavigationCurrentEntryChangeEvent(
    const AtomicString& type,
    NavigationCurrentEntryChangeEventInit* init)
    :{}

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

void NavigationCurrentEntryChangeEvent::Trace(Visitor* visitor) const {}

}  // namespace blink