blob: e7111b875b6952ca8217075aae7d68792cb1342e [file] [log] [blame]
// Copyright 2021 The Chromium Authors. All rights reserved.
// 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/dom/abstract_range.h"
namespace blink {
AbstractRange::AbstractRange() = default;
AbstractRange::~AbstractRange() = default;
} // namespace blink