diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2015-11-04 02:56:02 +0530 |
---|---|---|
committer | bors-servo <lbergstrom+bors@mozilla.com> | 2015-11-04 02:56:02 +0530 |
commit | daad09d44245228fba9118316937add71bec7c58 (patch) | |
tree | 68f650a0c8d1b5941708b5801edb0510ede6b65f /components/layout/css/matching.rs | |
parent | 8cbd8e6b45b8a1a37335e09768f1b2dda2f9f43b (diff) | |
parent | 425c0b85d9d6d414317ee641080e49d912eb21c2 (diff) | |
download | servo-daad09d44245228fba9118316937add71bec7c58.tar.gz servo-daad09d44245228fba9118316937add71bec7c58.zip |
Auto merge of #8221 - wenderen:8130-reorganise, r=jdm
move modules around
for #8130
<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8221)
<!-- Reviewable:end -->
Diffstat (limited to 'components/layout/css/matching.rs')
-rw-r--r-- | components/layout/css/matching.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout/css/matching.rs b/components/layout/css/matching.rs index 76a25671546..5773fc6630a 100644 --- a/components/layout/css/matching.rs +++ b/components/layout/css/matching.rs @@ -10,7 +10,7 @@ use animation; use context::SharedLayoutContext; use data::LayoutDataWrapper; use incremental::{self, RestyleDamage}; -use script::dom::bindings::codegen::InheritTypes::{CharacterDataTypeId, NodeTypeId}; +use script::dom::bindings::inheritance::{CharacterDataTypeId, NodeTypeId}; use script::layout_interface::Animation; use selectors::bloom::BloomFilter; use selectors::matching::{CommonStyleAffectingAttributeMode, CommonStyleAffectingAttributes}; |