fix build bustage - unix compilers are dumb as bricks!

This commit is contained in:
rpotts%netscape.com 1999-11-22 07:09:59 +00:00
parent a37eb4c71f
commit d317e9f235

View File

@ -221,7 +221,7 @@ nsWebCrawler::OnEndDocumentLoad(nsIDocumentLoader* loader,
nsresult rv;
PRTime endLoadTime = PR_Now();
if (loader != mDocLoader) {
if (loader != mDocLoader.get()) {
// This notifications is not for the "main" document...
return NS_OK;
}