mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 16:22:00 +00:00
decls need to be outside the NS_DEBUG ifdef
This commit is contained in:
parent
146ad8498a
commit
f6a77c7742
@ -182,10 +182,6 @@ public:
|
||||
void ToggleVisualEventDebugging();
|
||||
void ToggleBoolPrefAndRefresh(const char * aPrefName);
|
||||
|
||||
void SetBoolPref(const char * aPrefName, PRBool aValue);
|
||||
void SetStringPref(const char * aPrefName, const nsString& aValue);
|
||||
void GetStringPref(const char * aPrefName, nsString& aValue);
|
||||
|
||||
void ShowContentSize(FILE* out = stdout);
|
||||
void ShowFrameSize(FILE* out = stdout);
|
||||
void ShowStyleSize();
|
||||
@ -195,6 +191,10 @@ public:
|
||||
void DoSiteWalker();
|
||||
nsEventStatus DispatchDebugMenu(PRInt32 aID);
|
||||
#endif
|
||||
void SetBoolPref(const char * aPrefName, PRBool aValue);
|
||||
void SetStringPref(const char * aPrefName, const nsString& aValue);
|
||||
void GetStringPref(const char * aPrefName, nsString& aValue);
|
||||
|
||||
nsEventStatus DispatchStyleMenu(PRInt32 aID);
|
||||
void SetCompatibilityMode(PRBool aIsStandard);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user