aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/css/matching.rs
diff options
context:
space:
mode:
authorMs2ger <ms2ger@gmail.com>2015-06-22 11:34:31 +0200
committerMs2ger <ms2ger@gmail.com>2015-06-22 11:34:31 +0200
commita42e11a95f7cdc0c45147f7861c7185b690ebbc2 (patch)
treef455739f42c836195d7ed59ec3ff8fef4e2983b8 /components/layout/css/matching.rs
parent167a396293ef161223f47fe14563048e1e81f5be (diff)
downloadservo-a42e11a95f7cdc0c45147f7861c7185b690ebbc2.tar.gz
servo-a42e11a95f7cdc0c45147f7861c7185b690ebbc2.zip
Replace the LayoutDataAccess trait by inherent methods.
Diffstat (limited to 'components/layout/css/matching.rs')
-rw-r--r--components/layout/css/matching.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout/css/matching.rs b/components/layout/css/matching.rs
index 24356af6be8..29edbd9e9aa 100644
--- a/components/layout/css/matching.rs
+++ b/components/layout/css/matching.rs
@@ -9,7 +9,7 @@
use animation;
use context::SharedLayoutContext;
use css::node_style::StyledNode;
-use data::{LayoutDataAccess, LayoutDataWrapper};
+use data::LayoutDataWrapper;
use incremental::{self, RestyleDamage};
use opaque_node::OpaqueNodeMethods;
use smallvec::SmallVec16;