mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
style: Use snake_case naming for nsCSSPropertyID of alias as well.
Bug: 1452542 Reviewed-by: emilio MozReview-Commit-ID: 242ms8wBDIU
This commit is contained in:
parent
dfa019c884
commit
ff9325de5e
1 changed files with 1 additions and 1 deletions
|
@ -406,7 +406,7 @@ class Alias(object):
|
|||
return self.enabled_in == "content"
|
||||
|
||||
def nscsspropertyid(self):
|
||||
return "nsCSSPropertyID::eCSSPropertyAlias_%s" % self.camel_case
|
||||
return "nsCSSPropertyID::eCSSPropertyAlias_%s" % self.ident
|
||||
|
||||
|
||||
class Method(object):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue