| Index: third_party/WebKit/Source/build/scripts/templates/ElementLookupTrie.cpp.tmpl
|
| diff --git a/third_party/WebKit/Source/build/scripts/templates/ElementLookupTrie.cpp.tmpl b/third_party/WebKit/Source/build/scripts/templates/ElementLookupTrie.cpp.tmpl
|
| index 4d6828a42b741964f0cfa183d2e0e0bcc5fcae20..3bc573e5722691f62dbf9b811ed2933e9be93641 100644
|
| --- a/third_party/WebKit/Source/build/scripts/templates/ElementLookupTrie.cpp.tmpl
|
| +++ b/third_party/WebKit/Source/build/scripts/templates/ElementLookupTrie.cpp.tmpl
|
| @@ -14,7 +14,7 @@ using namespace {{namespace}}Names;
|
| StringImpl* lookup{{namespace}}Tag(const UChar* data, unsigned length) {
|
| DCHECK(data);
|
| DCHECK(length);
|
| - {% macro trie_return_statement(tag) %}{{tag}}Tag.localName().impl(){% endmacro %}
|
| + {% macro trie_return_statement(tag) %}{{tag}}Tag.LocalName().Impl(){% endmacro %}
|
| {{ trie_length_switch(length_tries, trie_return_statement, false) | indent(4) }}
|
| return nullptr;
|
| }
|
|
|