aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmliframeelement.rs
diff options
context:
space:
mode:
authorSimon Sapin <simon.sapin@exyr.org>2017-05-02 11:10:49 +0200
committerSimon Sapin <simon.sapin@exyr.org>2017-05-02 19:24:28 +0200
commit6c518c89b969d1e9a96c3c5b9fe0da6cfc3637d1 (patch)
tree0b5136db36436d6077ee5470ee1ecbf99c6b4079 /components/script/dom/htmliframeelement.rs
parentf284a15e4b442b1beff90b88e9ba6952255f394a (diff)
downloadservo-6c518c89b969d1e9a96c3c5b9fe0da6cfc3637d1.tar.gz
servo-6c518c89b969d1e9a96c3c5b9fe0da6cfc3637d1.zip
Upgrade to html5ever 0.16
Diffstat (limited to 'components/script/dom/htmliframeelement.rs')
-rw-r--r--components/script/dom/htmliframeelement.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/htmliframeelement.rs b/components/script/dom/htmliframeelement.rs
index 599f2f69c36..45f743a6424 100644
--- a/components/script/dom/htmliframeelement.rs
+++ b/components/script/dom/htmliframeelement.rs
@@ -36,7 +36,7 @@ use dom::node::{Node, NodeDamage, UnbindContext, document_from_node, window_from
use dom::virtualmethods::VirtualMethods;
use dom::window::{ReflowReason, Window};
use dom_struct::dom_struct;
-use html5ever_atoms::LocalName;
+use html5ever::LocalName;
use ipc_channel::ipc;
use js::jsapi::{JSAutoCompartment, JSContext, MutableHandleValue};
use js::jsval::{NullValue, UndefinedValue};