Pass nsIStyledContent to AttributeChanged() so that consumers don't have to QI

to it.  Bug 313343, r=sicking, sr=jst
This commit is contained in:
bzbarsky%mit.edu 2005-11-02 07:43:05 +00:00
Родитель 4ae82689d5
Коммит f7775541c1
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -212,7 +212,7 @@ nsXPathResult::CharacterDataChanged(nsIDocument* aDocument,
void
nsXPathResult::AttributeChanged(nsIDocument* aDocument,
nsIContent* aContent,
nsIStyledContent* aContent,
PRInt32 aNameSpaceID,
nsIAtom* aAttribute,
PRInt32 aModType)

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

@ -1014,7 +1014,7 @@ txMozillaXSLTProcessor::CharacterDataChanged(nsIDocument* aDocument,
void
txMozillaXSLTProcessor::AttributeChanged(nsIDocument* aDocument,
nsIContent* aContent,
nsIStyledContent* aContent,
PRInt32 aNameSpaceID,
nsIAtom* aAttribute,
PRInt32 aModType)