зеркало из https://github.com/mozilla/pjs.git
Remove nsIStyledContent. Bug 313968, r=sicking, r=dbaron on nsCSSStyleSheet
changes, sr=jst
This commit is contained in:
Родитель
f7775541c1
Коммит
07f88d9312
|
@ -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)
|
||||
|
|
Загрузка…
Ссылка в новой задаче