| Index: third_party/WebKit/Source/build/scripts/templates/ElementTypeHelpers.cpp.tmpl
|
| diff --git a/third_party/WebKit/Source/build/scripts/templates/ElementTypeHelpers.cpp.tmpl b/third_party/WebKit/Source/build/scripts/templates/ElementTypeHelpers.cpp.tmpl
|
| index 9134e3e774af0e8ff163f2f31d6547e38c2dccd9..fafe78021108c543511a05f960796de94776149c 100644
|
| --- a/third_party/WebKit/Source/build/scripts/templates/ElementTypeHelpers.cpp.tmpl
|
| +++ b/third_party/WebKit/Source/build/scripts/templates/ElementTypeHelpers.cpp.tmpl
|
| @@ -33,7 +33,7 @@ HTMLElementType htmlElementTypeForTag(const AtomicString& tagName) {
|
| }
|
| {% endif %}
|
| {% endfor %}
|
| - return html_type_map->get(tagName);
|
| + return html_type_map->at(tagName);
|
| } else {
|
| return HTMLElementType::kHTMLUnknownElement;
|
| }
|
|
|