зеркало из https://github.com/mozilla/gecko-dev.git
Fixing solaris bustage -jst,mcafee
This commit is contained in:
Родитель
1cab4f3e13
Коммит
7f50eca4d0
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче