chromium/third_party/blink/renderer/platform/scheduler/public/feature_and_js_location_blocking_bfcache.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/platform/scheduler/public/feature_and_js_location_blocking_bfcache.h"

namespace blink {

FeatureAndJSLocationBlockingBFCache::FeatureAndJSLocationBlockingBFCache(
    SchedulingPolicy::Feature feature,
    const String& url,
    const String& function,
    unsigned line_number,
    unsigned column_number)
    :{}

FeatureAndJSLocationBlockingBFCache::FeatureAndJSLocationBlockingBFCache(
    SchedulingPolicy::Feature feature,
    const SourceLocation* source_location)
    :{}

FeatureAndJSLocationBlockingBFCache::~FeatureAndJSLocationBlockingBFCache() =
    default;

bool FeatureAndJSLocationBlockingBFCache::operator==(
    const FeatureAndJSLocationBlockingBFCache& other) const {}

}  // namespace blink