added WIP support for reentrancy in the parser
git-svn-id: svn://10.0.0.236/trunk@5413 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -190,7 +190,7 @@ eAutoDetectResult CValidDTD::AutoDetectContentType(nsString& aBuffer,nsString& a
|
||||
* @param
|
||||
* @return
|
||||
*/
|
||||
PRInt32 CValidDTD::WillBuildModel(const char* aFilename){
|
||||
PRInt32 CValidDTD::WillBuildModel(nsString& aFilename){
|
||||
PRInt32 result=0;
|
||||
return result;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user