From aab2c40389c71c4b0db3ffa75bdec99cd440b8af Mon Sep 17 00:00:00 2001 From: Anthony Ramine Date: Sun, 27 Sep 2015 13:37:57 +0200 Subject: Generate the TypeId enums in codegen --- components/script/dom/htmldirectoryelement.rs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'components/script/dom/htmldirectoryelement.rs') diff --git a/components/script/dom/htmldirectoryelement.rs b/components/script/dom/htmldirectoryelement.rs index 2b6a90d11a0..cd5e4c891ce 100644 --- a/components/script/dom/htmldirectoryelement.rs +++ b/components/script/dom/htmldirectoryelement.rs @@ -3,13 +3,13 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ use dom::bindings::codegen::Bindings::HTMLDirectoryElementBinding; -use dom::bindings::codegen::InheritTypes::HTMLDirectoryElementDerived; +use dom::bindings::codegen::InheritTypes::{ElementTypeId, EventTargetTypeId}; +use dom::bindings::codegen::InheritTypes::{HTMLDirectoryElementDerived, HTMLElementTypeId, NodeTypeId}; use dom::bindings::js::Root; use dom::document::Document; -use dom::element::ElementTypeId; -use dom::eventtarget::{EventTarget, EventTargetTypeId}; -use dom::htmlelement::{HTMLElement, HTMLElementTypeId}; -use dom::node::{Node, NodeTypeId}; +use dom::eventtarget::EventTarget; +use dom::htmlelement::HTMLElement; +use dom::node::Node; use util::str::DOMString; #[dom_struct] -- cgit v1.2.3