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

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

Issue 339713008: Treat marker like a real shorthand for initial and inherit (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Shorthand change Created 6 years, 2 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
« no previous file with comments | « LayoutTests/svg/css/marker-crash-expected.txt ('k') | Source/core/css/StylePropertyShorthandCustom.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/build/scripts/templates/StylePropertyShorthand.cpp.tmpl
diff --git a/Source/build/scripts/templates/StylePropertyShorthand.cpp.tmpl b/Source/build/scripts/templates/StylePropertyShorthand.cpp.tmpl
index 0056ab95eb55a2800af72530d9f1d1f8818990a0..187aa6694013b8c5ef2faa80eea529fa12725d90 100644
--- a/Source/build/scripts/templates/StylePropertyShorthand.cpp.tmpl
+++ b/Source/build/scripts/templates/StylePropertyShorthand.cpp.tmpl
@@ -48,7 +48,7 @@ const StylePropertyShorthand& shorthandForProperty(CSSPropertyID propertyID)
if (propertyID == CSSPropertyTextDecoration && !RuntimeEnabledFeatures::css3TextDecorationsEnabled())
return emptyShorthand;
switch (propertyID) {
- {% for property_id, property in properties.items() if property.camel_case_name != "marker" %}
+ {% for property_id, property in properties.items() %}
case {{property_id}}:
return {{property.lower_camel_name}}Shorthand();
{% endfor %}
« no previous file with comments | « LayoutTests/svg/css/marker-crash-expected.txt ('k') | Source/core/css/StylePropertyShorthandCustom.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698