aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlolistelement.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/htmlolistelement.rs')
-rw-r--r--components/script/dom/htmlolistelement.rs10
1 files changed, 5 insertions, 5 deletions
diff --git a/components/script/dom/htmlolistelement.rs b/components/script/dom/htmlolistelement.rs
index c79e824dd8f..cfc20479405 100644
--- a/components/script/dom/htmlolistelement.rs
+++ b/components/script/dom/htmlolistelement.rs
@@ -2,11 +2,11 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-use dom::bindings::codegen::Bindings::HTMLOListElementBinding;
-use dom::bindings::root::DomRoot;
-use dom::document::Document;
-use dom::htmlelement::HTMLElement;
-use dom::node::Node;
+use crate::dom::bindings::codegen::Bindings::HTMLOListElementBinding;
+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};