diff options
author | Simon Sapin <simon.sapin@exyr.org> | 2017-05-02 11:10:49 +0200 |
---|---|---|
committer | Simon Sapin <simon.sapin@exyr.org> | 2017-05-02 19:24:28 +0200 |
commit | 6c518c89b969d1e9a96c3c5b9fe0da6cfc3637d1 (patch) | |
tree | 0b5136db36436d6077ee5470ee1ecbf99c6b4079 /components/script/layout_wrapper.rs | |
parent | f284a15e4b442b1beff90b88e9ba6952255f394a (diff) | |
download | servo-6c518c89b969d1e9a96c3c5b9fe0da6cfc3637d1.tar.gz servo-6c518c89b969d1e9a96c3c5b9fe0da6cfc3637d1.zip |
Upgrade to html5ever 0.16
Diffstat (limited to 'components/script/layout_wrapper.rs')
-rw-r--r-- | components/script/layout_wrapper.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/layout_wrapper.rs b/components/script/layout_wrapper.rs index 3ddb1d2b5c9..6f7c8723c2b 100644 --- a/components/script/layout_wrapper.rs +++ b/components/script/layout_wrapper.rs @@ -42,7 +42,7 @@ use dom::node::{CAN_BE_FRAGMENTED, DIRTY_ON_VIEWPORT_SIZE_CHANGE, HAS_DIRTY_DESC use dom::node::{LayoutNodeHelpers, Node}; use dom::text::Text; use gfx_traits::ByteIndex; -use html5ever_atoms::{LocalName, Namespace}; +use html5ever::{LocalName, Namespace}; use msg::constellation_msg::PipelineId; use range::Range; use script_layout_interface::{HTMLCanvasData, LayoutNodeType, SVGSVGData, TrustedNodeAddress}; |