Bug 651120 - Remove index argument from content removed/appended/inserted notifications. r=peterv
This commit is contained in:
@@ -99,8 +99,7 @@ ScriptElement::AttributeChanged(nsIDocument* aDocument,
|
||||
void
|
||||
ScriptElement::ContentAppended(nsIDocument* aDocument,
|
||||
nsIContent* aContainer,
|
||||
nsIContent* aFirstNewContent,
|
||||
int32_t aNewIndexInContainer)
|
||||
nsIContent* aFirstNewContent)
|
||||
{
|
||||
MaybeProcessScript();
|
||||
}
|
||||
@@ -108,8 +107,7 @@ ScriptElement::ContentAppended(nsIDocument* aDocument,
|
||||
void
|
||||
ScriptElement::ContentInserted(nsIDocument* aDocument,
|
||||
nsIContent* aContainer,
|
||||
nsIContent* aChild,
|
||||
int32_t aIndexInContainer)
|
||||
nsIContent* aChild)
|
||||
{
|
||||
MaybeProcessScript();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user