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