зеркало из https://github.com/mozilla/gecko-dev.git
Fix bogus return value on GetImageMap
This commit is contained in:
Родитель
0c5b75e5d4
Коммит
fd239d7a9b
|
@ -392,7 +392,7 @@ nsHTMLDocument::GetImageMap(const nsString& aMapName,
|
|||
}
|
||||
}
|
||||
|
||||
return 1;/* XXX NS_NOT_FOUND */
|
||||
return NS_ERROR_FAILURE;
|
||||
}
|
||||
|
||||
NS_IMETHODIMP nsHTMLDocument::GetAttributeStyleSheet(nsIHTMLStyleSheet** aResult)
|
||||
|
|
|
@ -392,7 +392,7 @@ nsHTMLDocument::GetImageMap(const nsString& aMapName,
|
|||
}
|
||||
}
|
||||
|
||||
return 1;/* XXX NS_NOT_FOUND */
|
||||
return NS_ERROR_FAILURE;
|
||||
}
|
||||
|
||||
NS_IMETHODIMP nsHTMLDocument::GetAttributeStyleSheet(nsIHTMLStyleSheet** aResult)
|
||||
|
|
Загрузка…
Ссылка в новой задаче