Remove nsIStyledContent. Bug 313968, r=sicking, r=dbaron on nsCSSStyleSheet

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

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

@ -54,6 +54,7 @@ ifndef TX_EXE
REQUIRES += unicharutil \
dom \
content \
layout \
widget \
necko \
caps \

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

@ -53,6 +53,7 @@ REQUIRES = string \
ifndef TX_EXE
REQUIRES += dom \
content \
layout \
widget \
unicharutil \
necko \

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

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

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

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