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.rs5
1 files changed, 4 insertions, 1 deletions
diff --git a/components/script/dom/servoparser/async_html.rs b/components/script/dom/servoparser/async_html.rs
index 29d684f5fdc..e9be6f8b657 100644
--- a/components/script/dom/servoparser/async_html.rs
+++ b/components/script/dom/servoparser/async_html.rs
@@ -701,7 +701,10 @@ impl TreeSink for Sink {
}
type Handle = ParseNode;
- type ElemName<'a> = ExpandedName<'a> where Self: 'a;
+ type ElemName<'a>
+ = ExpandedName<'a>
+ where
+ Self: 'a;
fn get_document(&self) -> Self::Handle {
self.document_node.clone()