From 82bb745c82a28e701586ed8d1ecf4b02b7630d0f Mon Sep 17 00:00:00 2001 From: "bzbarsky%mit.edu" Date: Mon, 3 Jan 2005 23:44:56 +0000 Subject: [PATCH] Fixing mac bustage git-svn-id: svn://10.0.0.236/trunk@167232 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/widget/src/cocoa/nsMenuX.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/widget/src/cocoa/nsMenuX.cpp b/mozilla/widget/src/cocoa/nsMenuX.cpp index 3389de7a379..32f9b0b2186 100644 --- a/mozilla/widget/src/cocoa/nsMenuX.cpp +++ b/mozilla/widget/src/cocoa/nsMenuX.cpp @@ -1067,7 +1067,7 @@ nsMenuX::OnCreated() return PR_FALSE; } nsCOMPtr presContext; - MenuHelpersX::DocShellToPresContext(DocShell, getter_AddRefs(presContext) ); + MenuHelpersX::DocShellToPresContext(docShell, getter_AddRefs(presContext) ); if ( presContext ) { nsresult rv = NS_OK; nsIContent* dispatchTo = popupContent ? popupContent : mMenuContent;