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

namespace blink {

constexpr const char ReportType::kCSPViolation[];
constexpr const char ReportType::kCoopAccessViolation[];
constexpr const char ReportType::kDeprecation[];
constexpr const char ReportType::kDocumentPolicyViolation[];
constexpr const char ReportType::kPermissionsPolicyViolation[];
constexpr const char ReportType::kIntervention[];

ScriptValue Report::toJSON(ScriptState* script_state) const {}

unsigned Report::MatchId() const {}

}  // namespace blink