Bug 1349834 - Update RESTYLE_STYLE_ATTRIBUTE to sync Gecko change.

This commit is contained in:
Boris Chiou 2017-03-24 11:19:52 +08:00
parent 3f10d510bd
commit a03bde357c
3 changed files with 433 additions and 356 deletions

View file

@ -50,7 +50,7 @@ bitflags! {
/// Don't re-run selector-matching on the element, only the style
/// attribute has changed, and this change didn't have any other
/// dependencies.
const RESTYLE_STYLE_ATTRIBUTE = 0x80,
const RESTYLE_STYLE_ATTRIBUTE = 0x40,
}
}