aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmltablecolelement.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/htmltablecolelement.rs')
-rw-r--r--components/script/dom/htmltablecolelement.rs7
1 files changed, 4 insertions, 3 deletions
diff --git a/components/script/dom/htmltablecolelement.rs b/components/script/dom/htmltablecolelement.rs
index 2700defb19a..d2b9e1f9421 100644
--- a/components/script/dom/htmltablecolelement.rs
+++ b/components/script/dom/htmltablecolelement.rs
@@ -2,14 +2,15 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
+use dom_struct::dom_struct;
+use html5ever::{LocalName, Prefix};
+use js::rust::HandleObject;
+
use crate::dom::bindings::inheritance::Castable;
use crate::dom::bindings::root::DomRoot;
use crate::dom::document::Document;
use crate::dom::htmlelement::HTMLElement;
use crate::dom::node::Node;
-use dom_struct::dom_struct;
-use html5ever::{LocalName, Prefix};
-use js::rust::HandleObject;
#[dom_struct]
pub struct HTMLTableColElement {