зеркало из https://github.com/mozilla/gecko-dev.git
Make gSerialCounter defined only ifdef DEBUG to silence a warning. Followup to bug 416939.
This commit is contained in:
Родитель
17c8d07720
Коммит
3848ee6bd6
|
@ -209,11 +209,14 @@ nsIFactory *nsGlobalWindow::sComputedDOMStyleFactory = nsnull;
|
|||
|
||||
static nsIEntropyCollector *gEntropyCollector = nsnull;
|
||||
static PRInt32 gRefCnt = 0;
|
||||
static PRUint32 gSerialCounter = 0;
|
||||
static PRInt32 gOpenPopupSpamCount = 0;
|
||||
static PopupControlState gPopupControlState = openAbused;
|
||||
static PRInt32 gRunningTimeoutDepth = 0;
|
||||
|
||||
#ifdef DEBUG
|
||||
static PRUint32 gSerialCounter = 0;
|
||||
#endif
|
||||
|
||||
#ifdef DEBUG_jst
|
||||
PRInt32 gTimeoutCnt = 0;
|
||||
#endif
|
||||
|
|
Загрузка…
Ссылка в новой задаче