зеркало из https://github.com/mozilla/pjs.git
decls need to be outside the NS_DEBUG ifdef
This commit is contained in:
Родитель
cdf738d343
Коммит
30c53e9ccc
|
@ -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);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче