| Index: third_party/WebKit/Source/build/scripts/templates/ComputedStyleBase.h.tmpl
|
| diff --git a/third_party/WebKit/Source/build/scripts/templates/ComputedStyleBase.h.tmpl b/third_party/WebKit/Source/build/scripts/templates/ComputedStyleBase.h.tmpl
|
| index 4d6e668571d57527382a82b3ec31ddd109fef4bb..b99d87d6ed630971d36afefb2703902e98f479cc 100644
|
| --- a/third_party/WebKit/Source/build/scripts/templates/ComputedStyleBase.h.tmpl
|
| +++ b/third_party/WebKit/Source/build/scripts/templates/ComputedStyleBase.h.tmpl
|
| @@ -118,7 +118,7 @@ class CORE_EXPORT ComputedStyleBase {
|
| {% endfor %}
|
| }
|
|
|
| - {% for field in computed_style.fields %}
|
| + {% for field in computed_style.all_fields %}
|
| {% if field.field_template in ('storage_only', 'monotonic_flag', 'external') %}
|
| // {{field.property_name}}
|
| {{field_templates[field.field_template].decl_protected_methods(field)|indent(2)}}
|
|
|