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:
@@ -177,7 +177,7 @@ eAutoDetectResult CWellFormedDTD::AutoDetectContentType(nsString& aBuffer,nsStri
|
||||
* @param
|
||||
* @return
|
||||
*/
|
||||
PRInt32 CWellFormedDTD::WillBuildModel(const char* aFilename){
|
||||
PRInt32 CWellFormedDTD::WillBuildModel(nsString& aFilename){
|
||||
PRInt32 result=0;
|
||||
return result;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user