aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/layout_wrapper.rs
diff options
context:
space:
mode:
authorCameron McCormack <cam@mcc.id.au>2017-06-27 17:14:14 -0700
committerCameron McCormack <cam@mcc.id.au>2017-06-28 11:58:50 -0700
commit0b2b30f3010e33c06744b83527b6720e03506faf (patch)
tree54ed39ecabdf811653b42b6f6c036b14df866aea /components/script/layout_wrapper.rs
parent84c61fa15e69f1b898483c6a7c80e6c96daaf6ed (diff)
downloadservo-0b2b30f3010e33c06744b83527b6720e03506faf.tar.gz
servo-0b2b30f3010e33c06744b83527b6720e03506faf.zip
style: Remove unused TElement::children_and_traversal_children_might_differ.
MozReview-Commit-ID: GUmuxpdvAa8
Diffstat (limited to 'components/script/layout_wrapper.rs')
-rw-r--r--components/script/layout_wrapper.rs6
1 files changed, 0 insertions, 6 deletions
diff --git a/components/script/layout_wrapper.rs b/components/script/layout_wrapper.rs
index 0875d437598..297ede7a564 100644
--- a/components/script/layout_wrapper.rs
+++ b/components/script/layout_wrapper.rs
@@ -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() }
}