mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-09 04:25:38 +00:00

1) Add a RemoveChild() method to nsIWebshell. 2) nsWebshell::Destroy() calls this method on its parent to remove itself from the parent's child list. 3) Call nsWebshell::Destroy() from nsHTMLFrameInnerFrame's detructor.