Boris Zbarsky <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>... > > Out of curiousity, does WebBrowserImpl implement > nsISupportsWeakReference? You may want to have it inherit from > nsSupportsWeakReference and see whether that affects anything... >
Well, it wasn't. But inheriting it from nsSupportWeakRerence didn't help. Here are the classes my WebBrowserImpl inherits from: public nsIInterfaceRequestor, public nsIWebBrowserChrome, public nsIEmbeddingSiteWindow, public nsIURIContentListener, public nsSupportsWeakReference Do I need anything else? _______________________________________________ mozilla-embedding mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-embedding
