Index: Source/core/scripts/templates/StyleBuilderFunctions.h.tmpl |
diff --git a/Source/core/scripts/templates/StyleBuilderFunctions.h.tmpl b/Source/core/scripts/templates/StyleBuilderFunctions.h.tmpl |
index 987499f22bd906b7a84875abf3f41d6bde2e567a..35cff3c3f654fb891a23cc63a7169370676cc61c 100644 |
--- a/Source/core/scripts/templates/StyleBuilderFunctions.h.tmpl |
+++ b/Source/core/scripts/templates/StyleBuilderFunctions.h.tmpl |
@@ -9,7 +9,7 @@ class StyleResolver; |
class StyleBuilderFunctions { |
public: |
-{%- for property_id, property in properties.items() %} |
+{%- for property_id, property in properties.items() if not property.use_handlers_for %} |
{% call wrap_with_condition(property.condition) %} |
static void applyInitial{{property_id}}(StyleResolver* styleResolver); |
static void applyInherit{{property_id}}(StyleResolver* styleResolver); |