From 69583b5d1990a6bc0d64bfb8fd0288078b4564a7 Mon Sep 17 00:00:00 2001 From: "mkaply%us.ibm.com" Date: Wed, 6 Feb 2002 14:39:42 +0000 Subject: [PATCH] Someone can yell at me later if this was a totally stupid thing to do - Fixing OS/2 bustage - I need OS/2 building so we can watch the NSS_3_4 landing git-svn-id: svn://10.0.0.236/trunk@113790 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/docshell/base/nsDocShell.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/docshell/base/nsDocShell.h b/mozilla/docshell/base/nsDocShell.h index 99b2600b905..573daff0be9 100644 --- a/mozilla/docshell/base/nsDocShell.h +++ b/mozilla/docshell/base/nsDocShell.h @@ -355,7 +355,7 @@ protected: nsIDocShellTreeOwner * mTreeOwner; // Weak Reference nsIChromeEventHandler * mChromeEventHandler; //Weak Reference -private: +public: class InterfaceRequestorProxy : public nsIInterfaceRequestor { public: InterfaceRequestorProxy(nsIInterfaceRequestor* p); @@ -363,7 +363,7 @@ private: NS_DECL_ISUPPORTS NS_DECL_NSIINTERFACEREQUESTOR - private: + protected: InterfaceRequestorProxy() {} nsWeakPtr mWeakPtr; };