зеркало из https://github.com/mozilla/gecko-dev.git
Fixed mac/unix build problem
This commit is contained in:
Родитель
24784565a3
Коммит
2978482ce0
|
@ -260,7 +260,8 @@ nsHTMLImageLoader::StartLoadImage(nsIPresContext* aPresContext,
|
|||
#else
|
||||
// Try again, this time using the broke-image url
|
||||
mLoadImageFailed = PR_TRUE;
|
||||
return StartLoadImage(aPresContext, aForFrame, aNeedSizeUpdate, aLoadStatus);
|
||||
return StartLoadImage(aPresContext, aForFrame, nsnull,
|
||||
aNeedSizeUpdate, aLoadStatus);
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
|
|
@ -260,7 +260,8 @@ nsHTMLImageLoader::StartLoadImage(nsIPresContext* aPresContext,
|
|||
#else
|
||||
// Try again, this time using the broke-image url
|
||||
mLoadImageFailed = PR_TRUE;
|
||||
return StartLoadImage(aPresContext, aForFrame, aNeedSizeUpdate, aLoadStatus);
|
||||
return StartLoadImage(aPresContext, aForFrame, nsnull,
|
||||
aNeedSizeUpdate, aLoadStatus);
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче