Bug 523294 part 3. Get rid of the now-unused aStateMask argument to AttributeChanged. r=dbaron

This commit is contained in:
Boris Zbarsky
2009-12-10 14:36:04 -08:00
parent 4603f48500
commit 37b18a8aa8
30 changed files with 39 additions and 71 deletions

View File

@@ -209,8 +209,7 @@ nsHtml5TreeOperation::Perform(nsHtml5TreeOpExecutor* aBuilder)
nsNodeUtils::AttributeChanged(node,
nsuri,
localName,
static_cast<PRUint8>(nsIDOMMutationEvent::ADDITION),
stateMask);
static_cast<PRUint8>(nsIDOMMutationEvent::ADDITION));
}
}