Bug 523294 part 3. Get rid of the now-unused aStateMask argument to AttributeChanged. r=dbaron
This commit is contained in:
@@ -209,8 +209,7 @@ nsHtml5TreeOperation::Perform(nsHtml5TreeOpExecutor* aBuilder)
|
||||
nsNodeUtils::AttributeChanged(node,
|
||||
nsuri,
|
||||
localName,
|
||||
static_cast<PRUint8>(nsIDOMMutationEvent::ADDITION),
|
||||
stateMask);
|
||||
static_cast<PRUint8>(nsIDOMMutationEvent::ADDITION));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user