Bug 169980, document.load should add its document to the parent document's loadgroup so that if we leave the current page the load will be aborted aotomatically, r=harishd, sr=darin.
This commit is contained in:
@@ -1969,8 +1969,6 @@ nsresult nsParser::OnStartRequest(nsIRequest *request, nsISupports* aContext) {
|
||||
{
|
||||
mParserContext->SetMimeType(contentType);
|
||||
}
|
||||
else
|
||||
NS_NOTREACHED("parser needs a content type to find a dtd");
|
||||
|
||||
#ifdef rickgdebug
|
||||
gOutFile= new fstream("c:/temp/out.file",ios::trunc);
|
||||
|
||||
Reference in New Issue
Block a user