Fixing solaris bustage -jst,mcafee

This commit is contained in:
cltbld%netscape.com 2000-08-23 21:38:20 +00:00
Родитель 1cab4f3e13
Коммит 7f50eca4d0
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -117,7 +117,7 @@ struct HTMLAttribute {
mValue = aValue;
}
void Set(nsIAtom* aAttribute, const nsString& aValue)
void Set(nsIAtom* aAttribute, const nsAReadableString& aValue)
{
NS_IF_RELEASE(mAttribute);
mAttribute = aAttribute;

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

@ -117,7 +117,7 @@ struct HTMLAttribute {
mValue = aValue;
}
void Set(nsIAtom* aAttribute, const nsString& aValue)
void Set(nsIAtom* aAttribute, const nsAReadableString& aValue)
{
NS_IF_RELEASE(mAttribute);
mAttribute = aAttribute;