| Index: Source/build/scripts/make_style_builder.py
|
| diff --git a/Source/build/scripts/make_style_builder.py b/Source/build/scripts/make_style_builder.py
|
| index d0367b8f495301c37cc4cc270eff3015e234c160..8ad952067b13e57bff019e52ea31632db5aacb4b 100755
|
| --- a/Source/build/scripts/make_style_builder.py
|
| +++ b/Source/build/scripts/make_style_builder.py
|
| @@ -66,8 +66,6 @@ class StyleBuilderWriter(css_properties.CSSProperties):
|
| property['should_declare_functions'] = not property['use_handlers_for'] and not property['longhands'] \
|
| and not property['direction_aware'] and not property['builder_skip']
|
|
|
| - self._properties['CSSPropertyFont']['should_declare_functions'] = True
|
| -
|
| @template_expander.use_jinja('StyleBuilderFunctions.h.tmpl',
|
| filters=filters)
|
| def generate_style_builder_functions_h(self):
|
|
|