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

git-svn-id: svn://10.0.0.236/trunk@24306 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
danm%netscape.com
1999-03-18 19:19:52 +00:00
parent 61eba8993a
commit 34e100c7e3

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);