fix DEBUG_CAPS_HACKER bustage due to bug 240106

r=caillon sr=darin
This commit is contained in:
cbiesinger@web.de
2004-06-16 15:58:22 +00:00
parent 27244204d2
commit 8159c35f7d

View File

@@ -65,7 +65,7 @@ class nsIStringBundle;
class nsSystemPrincipal;
struct ClassPolicy;
#if defined(DEBUG_mstoltz) || defined(DEBUG_caillon)
#if defined(DEBUG_mstoltz) || defined(DEBUG_caillon) || defined(DEBUG_chb)
#define DEBUG_CAPS_HACKER
#endif
@@ -148,7 +148,7 @@ private:
// Property Policy
union SecurityLevel
{
long level;
PRInt32 level;
char* capability;
};