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
Родитель a37eb4c71f
Коммит d317e9f235
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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