diff --git a/xpcom/typelib/xpt/tools/xpt.py b/xpcom/typelib/xpt/tools/xpt.py index a7e723674542..cea8ab1274a0 100644 --- a/xpcom/typelib/xpt/tools/xpt.py +++ b/xpcom/typelib/xpt/tools/xpt.py @@ -1229,6 +1229,7 @@ class Typelib(object): checkType(m.result.type, replaced_from, replaced_to) for p in m.params: checkType(p.type, replaced_from, replaced_to) + self._sanityCheck() #TODO: do we care about annotations? probably not def dump(self, out):