mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
style: Improve the assertion message in restyle_kind().
This commit is contained in:
parent
af2b429557
commit
b4d26619d3
1 changed files with 1 additions and 1 deletions
|
@ -324,7 +324,7 @@ impl ElementData {
|
||||||
}
|
}
|
||||||
|
|
||||||
debug_assert!(hint.has_recascade_self(),
|
debug_assert!(hint.has_recascade_self(),
|
||||||
"We definitely need to do something!");
|
"We definitely need to do something: {:?}!", hint);
|
||||||
return RestyleKind::CascadeOnly;
|
return RestyleKind::CascadeOnly;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue