| Index: third_party/WebKit/Source/bindings/templates/attributes.cpp.tmpl
|
| diff --git a/third_party/WebKit/Source/bindings/templates/attributes.cpp.tmpl b/third_party/WebKit/Source/bindings/templates/attributes.cpp.tmpl
|
| index 60f0d393b675c42ebdbdd406b6df535034db17ce..72d98ec4b135eb1e224c00abb2a958b255f2d867 100644
|
| --- a/third_party/WebKit/Source/bindings/templates/attributes.cpp.tmpl
|
| +++ b/third_party/WebKit/Source/bindings/templates/attributes.cpp.tmpl
|
| @@ -184,7 +184,7 @@ if ({{cpp_value}}.isEmpty()) {
|
| {% endif %}
|
| {% endif %}
|
| {% for value in reflect_only_values %}
|
| -} else if (equalIgnoringCase({{cpp_value}}, "{{value}}")) {
|
| +} else if (equalIgnoringASCIICase({{cpp_value}}, "{{value}}")) {
|
| {{cpp_value}} = "{{value}}";
|
| {% endfor %}
|
| } else {
|
|
|