зеркало из https://github.com/mozilla/pjs.git
fixed build bustage
This commit is contained in:
Родитель
2551d837a6
Коммит
e85fc61308
|
@ -528,13 +528,8 @@ protected:
|
|||
nsParser* mParser;
|
||||
nsITokenizer* mTokenizer;
|
||||
|
||||
// FAILING to define these variables causes
|
||||
// the non-debug build to fail. -- gpk
|
||||
//#ifdef NS_DEBUG
|
||||
PRUint32 mComputedCRC32;
|
||||
PRUint32 mExpectedCRC32;
|
||||
//#endif
|
||||
|
||||
};
|
||||
|
||||
extern NS_HTMLPARS nsresult NS_NewNavHTMLDTD(nsIDTD** aInstancePtrResult);
|
||||
|
|
|
@ -214,7 +214,6 @@ inline PRBool BufferContainsHTML(nsString& aBuffer){
|
|||
}
|
||||
|
||||
|
||||
#ifdef NS_DEBUG
|
||||
/******************************************************************************
|
||||
This little structure is used to compute CRC32 values for our debug validator
|
||||
******************************************************************************/
|
||||
|
@ -225,8 +224,6 @@ struct CRCStruct {
|
|||
PRInt32 mOperation; //usually open or close
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
|
|
@ -528,13 +528,8 @@ protected:
|
|||
nsParser* mParser;
|
||||
nsITokenizer* mTokenizer;
|
||||
|
||||
// FAILING to define these variables causes
|
||||
// the non-debug build to fail. -- gpk
|
||||
//#ifdef NS_DEBUG
|
||||
PRUint32 mComputedCRC32;
|
||||
PRUint32 mExpectedCRC32;
|
||||
//#endif
|
||||
|
||||
};
|
||||
|
||||
extern NS_HTMLPARS nsresult NS_NewNavHTMLDTD(nsIDTD** aInstancePtrResult);
|
||||
|
|
|
@ -214,7 +214,6 @@ inline PRBool BufferContainsHTML(nsString& aBuffer){
|
|||
}
|
||||
|
||||
|
||||
#ifdef NS_DEBUG
|
||||
/******************************************************************************
|
||||
This little structure is used to compute CRC32 values for our debug validator
|
||||
******************************************************************************/
|
||||
|
@ -225,8 +224,6 @@ struct CRCStruct {
|
|||
PRInt32 mOperation; //usually open or close
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче