// 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. // Generated from template: // templates/element_attribute_name_lookup_trie.cc.tmpl // and input files: // ../../third_party/blink/renderer/core/html/html_attribute_names.json5 #include "third_party/blink/renderer/core/html_element_attribute_name_lookup_trie.h" #include "third_party/blink/renderer/core/html_names.h" namespace blink { const QualifiedName& LookupHTMLAttributeName(const UChar* data, unsigned length) { … } const QualifiedName& LookupHTMLAttributeName(const LChar* data, unsigned length) { … } } // namespace blink