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 22a1a3e0f6d320a8e512b5d4cbbce49033ac4315..3bcd4386a1e7e4efba2f01ea68daced067f4a953 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/05 07:16:49
Cleaning up an erroneous bracket. This code was ne
shend
2017/05/07 23:08:30
Nice catch!
|
| {% endfor %} |
| unsigned m_bit_fields[{{computed_style.num_32_bit_words_for_bit_fields}}]; |
| }; |