Comment 79 for bug 274065

Revision history for this message
In , Kai Engert (kaie) wrote :

I said

    >+ if (op == ensureCalledByNSSComponent) {
    >+ // We must prevent a recursion, as nsNSSComponent creates
    >+ // additional instances

    add
          haveLoaded = PR_TRUE;
    here

Actually, can we remove that assignement completely?
If we only do the final

    if (nssComponent)
      haveLoaded = PR_TRUE;

does it still work?