зеркало из https://github.com/mozilla/gecko-dev.git
Bug 742167. Give extendedAttribute() a better name. r=khuey
This commit is contained in:
Родитель
9a8b846bd4
Коммит
f56e7860e0
|
@ -604,7 +604,7 @@ class CGClassHasInstanceHook(CGAbstractStaticMethod):
|
|||
""" % (self.descriptor.name, self.descriptor.hasInstanceInterface)
|
||||
|
||||
def isChromeOnly(m):
|
||||
return m.extendedAttribute("ChromeOnly")
|
||||
return m.getExtendedAttribute("ChromeOnly")
|
||||
|
||||
class PropertyDefiner:
|
||||
"""
|
||||
|
|
|
@ -1340,7 +1340,7 @@ class IDLInterfaceMember(IDLObjectWithIdentifier):
|
|||
def handleExtendedAttribute(self, name, list):
|
||||
pass
|
||||
|
||||
def extendedAttribute(self, name):
|
||||
def getExtendedAttribute(self, name):
|
||||
return self._extendedAttrDict.get(name, None)
|
||||
|
||||
class IDLConst(IDLInterfaceMember):
|
||||
|
|
Загрузка…
Ссылка в новой задаче