mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-31 11:01:40 +00:00
fix DEBUG_CAPS_HACKER bustage due to bug 240106
r=caillon sr=darin
This commit is contained in:
parent
590d4229af
commit
914def148f
@ -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;
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user