This commit is contained in:
hyatt%netscape.com 1999-03-05 23:53:01 +00:00
Родитель 5667b8f168
Коммит cfad52f4a9
3 изменённых файлов: 9 добавлений и 3 удалений

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

@ -1680,8 +1680,10 @@ RDFElementImpl::SetAttribute(PRInt32 aNameSpaceID,
if (xulListener->mAttribute == aString) {
nsCOMPtr<nsIDOMElement> element;
element = do_QueryInterface(xulListener->mListener);
if (element)
if (element) {
// First we set the attribute in the observer.
element->SetAttribute(aString, aValue);
}
}
}
}

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

@ -1680,8 +1680,10 @@ RDFElementImpl::SetAttribute(PRInt32 aNameSpaceID,
if (xulListener->mAttribute == aString) {
nsCOMPtr<nsIDOMElement> element;
element = do_QueryInterface(xulListener->mListener);
if (element)
if (element) {
// First we set the attribute in the observer.
element->SetAttribute(aString, aValue);
}
}
}
}

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

@ -1680,8 +1680,10 @@ RDFElementImpl::SetAttribute(PRInt32 aNameSpaceID,
if (xulListener->mAttribute == aString) {
nsCOMPtr<nsIDOMElement> element;
element = do_QueryInterface(xulListener->mListener);
if (element)
if (element) {
// First we set the attribute in the observer.
element->SetAttribute(aString, aValue);
}
}
}
}