зеркало из https://github.com/mozilla/pjs.git
fix build bustage - unix compilers are dumb as bricks!
This commit is contained in:
Родитель
42e90203c9
Коммит
61274752b5
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче