mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
style: Remove outdated comments.
This commit is contained in:
parent
f2fe3facf3
commit
6e3397b907
1 changed files with 0 additions and 1 deletions
|
@ -374,7 +374,6 @@ pub trait DomTraversal<E: TElement> : Sync {
|
||||||
parent: E,
|
parent: E,
|
||||||
parent_data: &ElementData,
|
parent_data: &ElementData,
|
||||||
) -> bool {
|
) -> bool {
|
||||||
// See the comment on `cascade_node` for why we allow this on Gecko.
|
|
||||||
debug_assert!(cfg!(feature = "gecko") ||
|
debug_assert!(cfg!(feature = "gecko") ||
|
||||||
parent.has_current_styles_for_traversal(parent_data, context.shared.traversal_flags));
|
parent.has_current_styles_for_traversal(parent_data, context.shared.traversal_flags));
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue