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