Bug 1519185: Remove AttributeWillChange aNewValue parameter r=emilio,bzbarsky

Differential Revision: https://phabricator.services.mozilla.com/D17073
This commit is contained in:
garvitdelhi
2019-01-29 15:27:02 +00:00
committed by Emilio Cobos Álvarez
parent ef8b62c773
commit cdc6f539cb
15 changed files with 26 additions and 43 deletions

View File

@@ -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);
}