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

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

@ -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;
}