Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(212)

Unified Diff: Source/build/scripts/templates/StyleBuilder.cpp.tmpl

Issue 410953002: Merge CSSProperties.in and CSSShorthands.in (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@infiles
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();
}
}

Powered by Google App Engine
This is Rietveld 408576698