Bug 402982, fixing bustage

This commit is contained in:
2008-02-26 07:10:01 -08:00
parent 0deba270cf
commit 247d2e39d4
2 changed files with 6 additions and 4 deletions

View File

@@ -89,6 +89,7 @@ public:
if (base_win) {
base_win->Destroy();
}
return NS_OK;
}
nsRefPtr<nsIDocShell> mDocShell;
};