This commit is contained in:
jaggernaut%netscape.com 2001-08-25 04:01:46 +00:00
Родитель a412035ecd
Коммит 199a26a95e
1 изменённых файлов: 6 добавлений и 1 удалений

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

@ -556,7 +556,12 @@ inDOMDataSource::HasArcOut(nsIRDFResource *aSource, nsIRDFResource *aArc, PRBool
// nsIDocumentObserver
NS_IMETHODIMP
inDOMDataSource::AttributeChanged(nsIDocument *aDocument, nsIContent* aContent, PRInt32 aNameSpaceID, nsIAtom* aAttribute, PRInt32 aHint)
inDOMDataSource::AttributeChanged(nsIDocument *aDocument,
nsIContent* aContent,
PRInt32 aNameSpaceID,
nsIAtom* aAttribute,
PRInt32 aModType,
PRInt32 aHint)
{
nsresult rv;