style: Remove unused TElement::children_and_traversal_children_might_differ.

MozReview-Commit-ID: GUmuxpdvAa8
This commit is contained in:
Cameron McCormack 2017-06-27 17:14:14 -07:00
parent 84c61fa15e
commit 0b2b30f301
3 changed files with 0 additions and 17 deletions

View file

@ -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() }
}