aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/dom/bindings/text.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/script/dom/bindings/text.rs')
-rw-r--r--src/components/script/dom/bindings/text.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/script/dom/bindings/text.rs b/src/components/script/dom/bindings/text.rs
index efa8cc90206..9b231d7087d 100644
--- a/src/components/script/dom/bindings/text.rs
+++ b/src/components/script/dom/bindings/text.rs
@@ -6,8 +6,9 @@ use dom::bindings::element;
use dom::bindings::node::unwrap;
use dom::bindings::utils;
use dom::bindings::utils::{DOM_OBJECT_SLOT, CacheableWrapper};
-use dom::node::{AbstractNode, Text, Comment, Doctype, TextNodeTypeId, CommentNodeTypeId};
+use dom::node::{AbstractNode, Comment, Doctype, TextNodeTypeId, CommentNodeTypeId};
use dom::node::{DoctypeNodeTypeId, ScriptView};
+use dom::text::Text;
use js::jsapi::{JSFreeOp, JSObject, JSContext};
use js::jsapi::{JS_SetReservedSlot};