diff --git a/components/style/properties/data.py b/components/style/properties/data.py index 938b2c2c2bf..327fab9ffd5 100644 --- a/components/style/properties/data.py +++ b/components/style/properties/data.py @@ -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):