mirror of
https://github.com/servo/servo.git
synced 2025-06-21 23:59:00 +01:00
style: Remove nscsspropertyid_is_{animatable,transitionable}.
There are better ways, plus the existing code didn't handle aliases at all (not that it needed to, but it's better if it does). Differential Revision: https://phabricator.services.mozilla.com/D10838
This commit is contained in:
parent
707bd841a8
commit
8b49ef813f
3 changed files with 16 additions and 27 deletions
|
@ -432,6 +432,8 @@ class Alias(object):
|
|||
self.original = original
|
||||
self.enabled_in = original.enabled_in
|
||||
self.servo_pref = original.servo_pref
|
||||
self.animatable = original.animatable
|
||||
self.transitionable = original.transitionable
|
||||
self.gecko_pref = gecko_pref
|
||||
self.allowed_in_page_rule = original.allowed_in_page_rule
|
||||
self.allowed_in_keyframe_block = original.allowed_in_keyframe_block
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue