Chromium Code Reviews| Index: third_party/WebKit/Source/build/scripts/templates/ComputedStyleBase.cpp.tmpl |
| diff --git a/third_party/WebKit/Source/build/scripts/templates/ComputedStyleBase.cpp.tmpl b/third_party/WebKit/Source/build/scripts/templates/ComputedStyleBase.cpp.tmpl |
| index 6f8132fe70b358ca26726b210874ee2cb79aad69..532b231926757ba05af8515197dffe71553ad9bc 100644 |
| --- a/third_party/WebKit/Source/build/scripts/templates/ComputedStyleBase.cpp.tmpl |
| +++ b/third_party/WebKit/Source/build/scripts/templates/ComputedStyleBase.cpp.tmpl |
| @@ -12,7 +12,7 @@ struct SameSizeAsComputedStyleBase { |
| void* dataRefs[{{computed_style.subgroups|length}}]; |
| {% endif %} |
| {% for field in computed_style.fields|rejectattr("is_bit_field") %} |
| - {{field.type_name}} {{field.name}}}; |
| + {{field.type_name}} {{field.name}}; |
|
nainar
2017/05/04 03:06:56
This is cleaning up an erroneous bracket added in
|
| {% endfor %} |
| unsigned m_bit_fields[{{computed_style.num_32_bit_words_for_bit_fields}}]; |
| }; |