mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
style: Generate property list from Servo data.
Bug: 1452542 Reviewed-by: emilio,froydnj MozReview-Commit-ID: CwK2oL88r6F
This commit is contained in:
parent
2cd06807fa
commit
78f9672b6c
2 changed files with 8 additions and 1 deletions
|
@ -385,6 +385,7 @@ class Alias(object):
|
|||
self.name = name
|
||||
self.ident = to_rust_ident(name)
|
||||
self.camel_case = to_camel_case(self.ident)
|
||||
self.original = original
|
||||
self.enabled_in = original.enabled_in
|
||||
self.servo_pref = original.servo_pref
|
||||
self.gecko_pref = gecko_pref
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue