зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1674949 - Don't use self in staticmethod in Codegen.py r=nika
Differential Revision: https://phabricator.services.mozilla.com/D95647
This commit is contained in:
Родитель
ca8d3de9af
Коммит
96c4d18dcb
|
@ -3108,7 +3108,7 @@ class AttrDefiner(PropertyDefiner):
|
|||
raise TypeError(
|
||||
"Don't know how to handle "
|
||||
"static Promise-returning "
|
||||
"attribute %s.%s" % (self.descriptor.name, attr.identifier.name)
|
||||
"attribute %s.%s" % (descriptor.name, attr.identifier.name)
|
||||
)
|
||||
accessor = "get_" + IDLToCIdentifier(attr.identifier.name)
|
||||
jitinfo = "nullptr"
|
||||
|
|
Загрузка…
Ссылка в новой задаче