From 9527b379c71a85d4f7976f370bfe50076aebd97c Mon Sep 17 00:00:00 2001 From: "dbaron%fas.harvard.edu" Date: Sat, 10 Nov 2001 23:55:36 +0000 Subject: [PATCH] Fix bustage. b=109165 git-svn-id: svn://10.0.0.236/trunk@107857 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpfe/appshell/src/nsAppShellService.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/xpfe/appshell/src/nsAppShellService.cpp b/mozilla/xpfe/appshell/src/nsAppShellService.cpp index 9cfe0bb39ca..cb183810f05 100644 --- a/mozilla/xpfe/appshell/src/nsAppShellService.cpp +++ b/mozilla/xpfe/appshell/src/nsAppShellService.cpp @@ -514,7 +514,7 @@ nsAppShellService::JustCreateTopWindow(nsIXULWindow *aParent, zlevel = nsIXULWindow::raisedZ; else if (aChromeMask & nsIWebBrowserChrome::CHROME_WINDOW_LOWERED) zlevel = nsIXULWindow::loweredZ; -#ifdef defined(XP_MAC) || defined(XP_MACOSX) +#if defined(XP_MAC) || defined(XP_MACOSX) /* Platforms on which modal windows are always application-modal, not window-modal (that's just the Mac, right?) want modal windows to be stacked on top of everyone else. */