blob: 3fc2c0a39ebaa704e8b77481fd49fda5481d59ed [file] [log] [blame]
{% from "macros.tmpl" import license %}
{{ license() }}
#ifndef {{namespace}}ElementLookupTrie_h
#define {{namespace}}ElementLookupTrie_h
#include "core/CoreExport.h"
#include "wtf/text/StringImpl.h"
namespace blink {
CORE_EXPORT StringImpl* lookup{{namespace}}Tag(const UChar* data, unsigned length);
} // namespace blink
#endif