aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/attr.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/attr.rs')
-rw-r--r--components/script/dom/attr.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/script/dom/attr.rs b/components/script/dom/attr.rs
index 22896e4fce0..726e5285fb9 100644
--- a/components/script/dom/attr.rs
+++ b/components/script/dom/attr.rs
@@ -85,7 +85,6 @@ pub struct Attr {
owner: Option<JS<Element>>,
}
-
impl Attr {
fn new_inherited(local_name: Atom, value: AttrValue,
name: Atom, namespace: Namespace,