Index: Source/build/scripts/templates/StyleBuilder.cpp.tmpl |
diff --git a/Source/build/scripts/templates/StyleBuilder.cpp.tmpl b/Source/build/scripts/templates/StyleBuilder.cpp.tmpl |
index 354e142780e219f43115adc54fdba355cdf11dae..1c55b1feb86a87e7fef1ee916253a89b4a377807 100644 |
--- a/Source/build/scripts/templates/StyleBuilder.cpp.tmpl |
+++ b/Source/build/scripts/templates/StyleBuilder.cpp.tmpl |
@@ -27,12 +27,11 @@ void StyleBuilder::applyProperty(CSSPropertyID property, StyleResolverState& sta |
return; |
{% endfor %} |
- {% for property_id, property in properties.items() if property.skip %} |
+ {% for property_id, property in properties.items() if property.sb_skip %} |
case {{property_id}}: |
{% endfor %} |
return; |
default: |
- // FIXME: We should explicitly handle all cases here once we merge the various .in files |
ASSERT_NOT_REACHED(); |
} |
} |