Remove hint parameter from AttributeChanged methods and simplify style hint mechanism. b=211308 r+sr=bzbarsky

This commit is contained in:
dbaron%dbaron.org 2005-11-02 07:41:00 +00:00
Родитель 6963421eb9
Коммит 895fe82fe8
2 изменённых файлов: 2 добавлений и 4 удалений

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

@ -216,8 +216,7 @@ nsXPathResult::AttributeChanged(nsIDocument* aDocument,
nsIContent* aContent,
PRInt32 aNameSpaceID,
nsIAtom* aAttribute,
PRInt32 aModType,
nsChangeHint aHint)
PRInt32 aModType)
{
Invalidate();
return NS_OK;

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

@ -865,8 +865,7 @@ txMozillaXSLTProcessor::AttributeChanged(nsIDocument* aDocument,
nsIContent* aContent,
PRInt32 aNameSpaceID,
nsIAtom* aAttribute,
PRInt32 aModType,
nsChangeHint aHint)
PRInt32 aModType)
{
mStylesheet = nsnull;
return NS_OK;