#include "third_party/blink/renderer/core/dom/abstract_range.h"
#include "third_party/blink/renderer/core/dom/character_data.h"
#include "third_party/blink/renderer/core/dom/container_node.h"
#include "third_party/blink/renderer/core/dom/node.h"
namespace blink {
AbstractRange::AbstractRange() = default;
AbstractRange::~AbstractRange() = default;
bool AbstractRange::HasDifferentRootContainer(Node* start_root_container,
Node* end_root_container) { … }
unsigned AbstractRange::LengthOfContents(const Node* node) { … }
}