Poke stream listener after finishing the parse
git-svn-id: svn://10.0.0.236/trunk@3030 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -1711,10 +1711,10 @@ nsresult nsHTMLParser::OnDataAvailable(nsIInputStream *pIStream, PRInt32 length)
|
||||
* @return
|
||||
*/
|
||||
nsresult nsHTMLParser::OnStopBinding(PRInt32 status, const char *msg){
|
||||
nsresult result=DidBuildModel(status);
|
||||
if (nsnull != mListener) {
|
||||
mListener->OnStopBinding(status, msg);
|
||||
}
|
||||
nsresult result=DidBuildModel(status);
|
||||
return result;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user