This commit is contained in:
Boris Zbarsky 2008-08-08 11:40:19 -04:00
Родитель 44b7342985
Коммит e402cbe20f
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -490,7 +490,7 @@ nsImageLoadingContent::LoadImage(const nsAString& aNewURI,
if (aNewURI.IsEmpty() &&
doc->GetDocumentURI() &&
NS_SUCCEEDED(doc->GetDocumentURI()->Equals(imageURI,&equal)) &&
NS_SUCCEEDED(doc->GetDocumentURI()->Equals(imageURI, &equal)) &&
equal) {
// Loading an embedded img from the same URI as the document URI will not work