mirror of
https://github.com/servo/servo.git
synced 2025-08-09 07:25:35 +01:00
stylo: Generate eCSSPropertyID_all as a const rather than an enum value.
This commit is contained in:
parent
6f7db7c571
commit
fb26ae7df5
3 changed files with 22 additions and 5 deletions
|
@ -735,8 +735,6 @@
|
|||
|
||||
<%def name="alias_to_nscsspropertyid(alias)">
|
||||
<%
|
||||
if alias == "word-wrap":
|
||||
return "nsCSSPropertyID_eCSSPropertyAlias_WordWrap"
|
||||
return "nsCSSPropertyID::eCSSPropertyAlias_%s" % to_camel_case(alias)
|
||||
%>
|
||||
</%def>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue