chromium/third_party/blink/renderer/core/html/rel_list.cc

// Copyright 2015 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/html/rel_list.h"

#include "third_party/blink/renderer/core/dom/document.h"
#include "third_party/blink/renderer/core/dom/element.h"
#include "third_party/blink/renderer/core/execution_context/execution_context.h"
#include "third_party/blink/renderer/core/html/html_element.h"
#include "third_party/blink/renderer/core/html_names.h"
#include "third_party/blink/renderer/core/loader/resource/link_dictionary_resource.h"
#include "third_party/blink/renderer/platform/wtf/hash_map.h"

namespace blink {

RelList::RelList(Element* element)
    :{}

static HashSet<AtomicString>& SupportedTokensLink() {}

static HashSet<AtomicString>& SupportedTokensAnchorAndAreaAndForm() {}

bool RelList::ValidateTokenValue(const AtomicString& token_value,
                                 ExceptionState& state) const {}

}  // namespace blink