diff options
Diffstat (limited to 'src/components/script/dom/htmlunknownelement.rs')
-rw-r--r-- | src/components/script/dom/htmlunknownelement.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/components/script/dom/htmlunknownelement.rs b/src/components/script/dom/htmlunknownelement.rs index 02598d6485a..2956b0c459a 100644 --- a/src/components/script/dom/htmlunknownelement.rs +++ b/src/components/script/dom/htmlunknownelement.rs @@ -37,9 +37,6 @@ impl HTMLUnknownElement { } } -pub trait HTMLUnknownElementMethods { -} - impl Reflectable for HTMLUnknownElement { fn reflector<'a>(&'a self) -> &'a Reflector { self.htmlelement.reflector() |