Bug 1184842. Add aNewValue to nsIMutationObserver::AttributeWillChange. r=peterv

This commit is contained in:
Robert O'Callahan
2015-07-25 18:05:19 +12:00
parent 57c1a6bb8b
commit 7d17ed419a
13 changed files with 33 additions and 17 deletions

View File

@@ -189,7 +189,8 @@ void
nsFormFillController::AttributeWillChange(nsIDocument* aDocument,
mozilla::dom::Element* aElement,
int32_t aNameSpaceID,
nsIAtom* aAttribute, int32_t aModType)
nsIAtom* aAttribute, int32_t aModType,
const nsAttrValue* aNewValue)
{
}