mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Bug 1349834 - Update RESTYLE_STYLE_ATTRIBUTE to sync Gecko change.
This commit is contained in:
parent
3f10d510bd
commit
a03bde357c
3 changed files with 433 additions and 356 deletions
|
@ -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,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue