modifications for bug 176919 "async streams" r=dougt,gordon sr=sspitzer a=valeski,asa
git-svn-id: svn://10.0.0.236/trunk@136572 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -4029,7 +4029,7 @@ nsHTMLDocument::RemoveWyciwygChannel(void)
|
||||
// note there can be a write request without a load group if
|
||||
// this is a synchronously constructed about:blank document
|
||||
if (loadGroup && mWyciwygChannel) {
|
||||
mWyciwygChannel->CloseCacheEntry();
|
||||
mWyciwygChannel->CloseCacheEntry(NS_OK);
|
||||
rv = loadGroup->RemoveRequest(mWyciwygChannel, nsnull, NS_OK);
|
||||
if (NS_FAILED(rv)) return rv;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user