From e83f9f183f5cec46e37cf03e75d54ffe5f9aa38a 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 --- xpfe/appshell/src/nsAppShellService.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xpfe/appshell/src/nsAppShellService.cpp b/xpfe/appshell/src/nsAppShellService.cpp index 9cfe0bb39cab..cb183810f05f 100644 --- a/xpfe/appshell/src/nsAppShellService.cpp +++ b/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. */