mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 07:42:04 +00:00
Removed an incorrect comment...
This commit is contained in:
parent
838c34585d
commit
84622e4d43
@ -828,9 +828,6 @@ NS_METHOD nsDocumentBindInfo::OnStopBinding(nsIURL* aURL, PRInt32 aStatus,
|
||||
|
||||
/*
|
||||
* The stream is complete... Tell the DocumentLoader to release us...
|
||||
*
|
||||
* This should cause the nsDocumentBindInfo instance to be deleted, so
|
||||
* DO NOT assume this is valid after the call!!
|
||||
*/
|
||||
m_DocLoader->LoadURLComplete((nsIStreamListener *)this);
|
||||
|
||||
|
@ -828,9 +828,6 @@ NS_METHOD nsDocumentBindInfo::OnStopBinding(nsIURL* aURL, PRInt32 aStatus,
|
||||
|
||||
/*
|
||||
* The stream is complete... Tell the DocumentLoader to release us...
|
||||
*
|
||||
* This should cause the nsDocumentBindInfo instance to be deleted, so
|
||||
* DO NOT assume this is valid after the call!!
|
||||
*/
|
||||
m_DocLoader->LoadURLComplete((nsIStreamListener *)this);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user