X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fbuild%2Fscripts%2Ftemplates%2FStylePropertyShorthand.h.tmpl;h=88a6b0a1654f54598bb9f85413e2b687a3a7edf2;hb=004985e17e624662a4c85c76a7654039dc83f028;hp=5466ed7efea83bdd5f3160f8d7d80a4fb153171e;hpb=2f108dbacb161091e42a3479f4e171339b7e7623;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/build/scripts/templates/StylePropertyShorthand.h.tmpl b/src/third_party/WebKit/Source/build/scripts/templates/StylePropertyShorthand.h.tmpl index 5466ed7..88a6b0a 100644 --- a/src/third_party/WebKit/Source/build/scripts/templates/StylePropertyShorthand.h.tmpl +++ b/src/third_party/WebKit/Source/build/scripts/templates/StylePropertyShorthand.h.tmpl @@ -67,9 +67,9 @@ private: }; {% for property_id, property in properties.items() %} -{%- set camel_case_name = property.camel_case_name %} -const StylePropertyShorthand& {{ camel_case_name }}Shorthand(); -{%- endfor %} +{% set camel_case_name = property.camel_case_name %} +const StylePropertyShorthand& {{camel_case_name}}Shorthand(); +{% endfor %} // Returns an empty list if the property is not a shorthand, otherwise the list of longhands for parsing. const StylePropertyShorthand& parsingShorthandForProperty(CSSPropertyID);