From 558e3572168238c34ce8d124bfe0de47769136ca Mon Sep 17 00:00:00 2001 From: Gecko Backout Date: Fri, 15 Sep 2017 20:47:46 +0000 Subject: Backed out changeset 67769dac78c4 for busting builds CLOSED TREE Backs out https://github.com/servo/servo/pull/18519 --- components/layout_thread/dom_wrapper.rs | 8 -------- 1 file changed, 8 deletions(-) (limited to 'components/layout_thread/dom_wrapper.rs') diff --git a/components/layout_thread/dom_wrapper.rs b/components/layout_thread/dom_wrapper.rs index a9596f099a2..d1eb7a1b2da 100644 --- a/components/layout_thread/dom_wrapper.rs +++ b/components/layout_thread/dom_wrapper.rs @@ -547,14 +547,6 @@ impl<'le> TElement for ServoLayoutElement<'le> { }; extended_filtering(&element_lang, &*value) } - - fn is_html_document_body_element(&self) -> bool { - // This is only used for the "tables inherit from body" quirk, which we - // don't implement. - // - // FIXME(emilio): We should be able to give the right answer though! - false - } } impl<'le> PartialEq for ServoLayoutElement<'le> { -- cgit v1.2.3