aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/dom/htmlunknownelement.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/script/dom/htmlunknownelement.rs')
-rw-r--r--src/components/script/dom/htmlunknownelement.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/script/dom/htmlunknownelement.rs b/src/components/script/dom/htmlunknownelement.rs
index 5988c14bf78..67aa56bc47c 100644
--- a/src/components/script/dom/htmlunknownelement.rs
+++ b/src/components/script/dom/htmlunknownelement.rs
@@ -3,11 +3,11 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
use dom::bindings::codegen::HTMLUnknownElementBinding;
-use dom::bindings::utils::DOMString;
use dom::document::AbstractDocument;
use dom::element::HTMLUnknownElementTypeId;
use dom::htmlelement::HTMLElement;
use dom::node::{AbstractNode, Node};
+use servo_util::str::DOMString;
pub struct HTMLUnknownElement {
htmlelement: HTMLElement