> You hold a reference to |chrome| somewhere else, right?

not sure what you mean by "hold a reference", but if youre asking if
its defined somewhere, yes, its defined in the .h. all other
references to |chrome| are in the MozEmbed::CreateBrowser() method
shown above.

//mozembed.h
class MozEmbed
{
    ...
private:
    nsCOMPtr<nsIWebBrowserChrome> chrome;
};
_______________________________________________
dev-embedding mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-embedding

Reply via email to