aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/servoparser/async_html.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/servoparser/async_html.rs')
-rw-r--r--components/script/dom/servoparser/async_html.rs8
1 files changed, 0 insertions, 8 deletions
diff --git a/components/script/dom/servoparser/async_html.rs b/components/script/dom/servoparser/async_html.rs
index bbfa1da0a93..d8ae85efe9c 100644
--- a/components/script/dom/servoparser/async_html.rs
+++ b/components/script/dom/servoparser/async_html.rs
@@ -586,10 +586,6 @@ impl TreeSink for Sink {
target.qual_name.as_ref().expect("Expected qual name of node!").expanded()
}
- fn same_tree(&self, _: &Self::Handle, _: &Self::Handle) -> bool {
- unreachable!();
- }
-
fn create_element(&mut self, name: QualName, html_attrs: Vec<HtmlAttribute>, _flags: ElementFlags)
-> Self::Handle {
let mut node = self.new_parse_node();
@@ -632,10 +628,6 @@ impl TreeSink for Sink {
node
}
- fn has_parent_node(&self, _: &Self::Handle) -> bool {
- unreachable!();
- }
-
fn associate_with_form(
&mut self,
target: &Self::Handle,