chromium/third_party/blink/renderer/core/loader/old_document_info_for_commit.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/loader/old_document_info_for_commit.h"

#include "third_party/blink/renderer/platform/weborigin/security_origin.h"

namespace blink {

OldDocumentInfoForCommit::OldDocumentInfoForCommit(
    scoped_refptr<SecurityOrigin> new_document_origin)
    :{}

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

ScopedOldDocumentInfoForCommitCapturer*
    ScopedOldDocumentInfoForCommitCapturer::current_capturer_ =;

ScopedOldDocumentInfoForCommitCapturer::
    ~ScopedOldDocumentInfoForCommitCapturer() {}

}  // namespace blink