diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2017-05-03 08:42:41 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-03 08:42:41 -0500 |
commit | 8b41c7c137c78aab208fe2991c3ec951fe5f1386 (patch) | |
tree | faeba8b4be8bcefde4e9a577d3787994103021d9 /components/script/layout_wrapper.rs | |
parent | 1b9e1cc1f2656d02c4d0c1df1edd8ffcc8d13f49 (diff) | |
parent | 6c518c89b969d1e9a96c3c5b9fe0da6cfc3637d1 (diff) | |
download | servo-8b41c7c137c78aab208fe2991c3ec951fe5f1386.tar.gz servo-8b41c7c137c78aab208fe2991c3ec951fe5f1386.zip |
Auto merge of #16689 - servo:m5e, r=nox
Upgrade to html5ever 0.16
<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/16689)
<!-- Reviewable:end -->
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 5fe45595388..86059a2d7c6 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}; |