Bug 1519185: Remove AttributeWillChange aNewValue parameter r=emilio,bzbarsky
Differential Revision: https://phabricator.services.mozilla.com/D17073
This commit is contained in:
committed by
Emilio Cobos Álvarez
parent
ef8b62c773
commit
cdc6f539cb
@@ -3279,8 +3279,7 @@ static inline bool NeedToRecordAttrChange(
|
||||
|
||||
void RestyleManager::AttributeWillChange(Element* aElement,
|
||||
int32_t aNameSpaceID,
|
||||
nsAtom* aAttribute, int32_t aModType,
|
||||
const nsAttrValue* aNewValue) {
|
||||
nsAtom* aAttribute, int32_t aModType) {
|
||||
TakeSnapshotForAttributeChange(*aElement, aNameSpaceID, aAttribute);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user