| Index: third_party/WebKit/Source/build/scripts/templates/ElementFactory.cpp.tmpl
|
| diff --git a/third_party/WebKit/Source/build/scripts/templates/ElementFactory.cpp.tmpl b/third_party/WebKit/Source/build/scripts/templates/ElementFactory.cpp.tmpl
|
| index 47abffadedbc6fac1b98ccf3d37e20c85b984235..280201db8ac58c72426f15adf3e870581568af51 100644
|
| --- a/third_party/WebKit/Source/build/scripts/templates/ElementFactory.cpp.tmpl
|
| +++ b/third_party/WebKit/Source/build/scripts/templates/ElementFactory.cpp.tmpl
|
| @@ -73,7 +73,7 @@ static void create{{namespace}}FunctionMap() {
|
| CreateElementFlags flags) {
|
| if (!g_constructors)
|
| create{{namespace}}FunctionMap();
|
| - if (ConstructorFunction function = g_constructors->get(localName))
|
| + if (ConstructorFunction function = g_constructors->at(localName))
|
| return function(document, flags);
|
|
|
| {% if namespace == 'HTML' %}
|
|
|