D'OH! another tweak to bugs 3676/3900. a:chofmann,cyeh. r:rpotts

This commit is contained in:
danm@netscape.com
1999-03-18 19:19:52 +00:00
parent e3fe2c0e87
commit 9f13e683ff

View File

@@ -255,7 +255,7 @@ nsAppShellService::CloseTopLevelWindow(nsIWidget* aWindow)
closerv = NS_ERROR_NULL_POINTER;
else {
nsWebShellWindow* window = (nsWebShellWindow *) data;
window->Close();
closerv = window->Close();
}
unregrv = UnregisterTopLevelWindow(aWindow);