chromium/third_party/blink/renderer/core/frame/deprecation/deprecation_report_body.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/core/frame/deprecation/deprecation_report_body.h"

#include "third_party/blink/renderer/bindings/core/v8/to_v8_traits.h"
#include "third_party/blink/renderer/platform/text/date_components.h"
#include "third_party/blink/renderer/platform/wtf/text/wtf_string.h"

namespace blink {

ScriptValue DeprecationReportBody::anticipatedRemoval(
    ScriptState* script_state) const {}

std::optional<base::Time> DeprecationReportBody::AnticipatedRemoval() const {}

void DeprecationReportBody::BuildJSONValue(V8ObjectBuilder& builder) const {}

}  // namespace blink