mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
style: Remove unused TElement::children_and_traversal_children_might_differ.
MozReview-Commit-ID: GUmuxpdvAa8
This commit is contained in:
parent
84c61fa15e
commit
0b2b30f301
3 changed files with 0 additions and 17 deletions
|
@ -187,12 +187,6 @@ impl<'ln> TNode for ServoLayoutNode<'ln> {
|
|||
self.children()
|
||||
}
|
||||
|
||||
fn children_and_traversal_children_might_differ(&self) -> bool {
|
||||
// Servo doesn't have to worry about nodes being rearranged in the
|
||||
// flattened tree like Gecko does (for XBL and Shadow DOM). Yet.
|
||||
false
|
||||
}
|
||||
|
||||
fn opaque(&self) -> OpaqueNode {
|
||||
unsafe { self.get_jsmanaged().opaque() }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue