зеркало из https://github.com/mozilla/gecko-dev.git
Bug 684591 - Fix uninformative xpidl.py warning message to print relevant interface name. r=khuey
This commit is contained in:
Родитель
95d53226f7
Коммит
094d795c39
|
@ -520,7 +520,7 @@ class Interface(object):
|
|||
parent.setName(self)
|
||||
if self.base is None:
|
||||
if self.name != 'nsISupports':
|
||||
print >>sys.stderr, IDLError("interface '%s' not derived from nsISupports",
|
||||
print >>sys.stderr, IDLError("interface '%s' not derived from nsISupports" % self.name,
|
||||
self.location, warning=True)
|
||||
else:
|
||||
realbase = parent.getName(self.base, self.location)
|
||||
|
|
Загрузка…
Ссылка в новой задаче