mirror of
https://github.com/servo/servo.git
synced 2025-07-01 20:43:39 +01:00
style: Renumber CascadeFlags bits.
This commit is contained in:
parent
a747de1814
commit
bc2ef519ca
1 changed files with 2 additions and 2 deletions
|
@ -3081,11 +3081,11 @@ bitflags! {
|
||||||
|
|
||||||
/// Whether we're computing the style of a link, either visited or
|
/// Whether we're computing the style of a link, either visited or
|
||||||
/// unvisited.
|
/// unvisited.
|
||||||
const IS_LINK = 1 << 6;
|
const IS_LINK = 1 << 4;
|
||||||
|
|
||||||
/// Whether we're computing the style of a link element that happens to
|
/// Whether we're computing the style of a link element that happens to
|
||||||
/// be visited.
|
/// be visited.
|
||||||
const IS_VISITED_LINK = 1 << 7;
|
const IS_VISITED_LINK = 1 << 5;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue