aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/main/css/matching.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/main/css/matching.rs')
-rw-r--r--src/components/main/css/matching.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/main/css/matching.rs b/src/components/main/css/matching.rs
index cb60e0d9781..f84b4b53738 100644
--- a/src/components/main/css/matching.rs
+++ b/src/components/main/css/matching.rs
@@ -50,7 +50,7 @@ impl ApplicableDeclarations {
}
#[deriving(Clone)]
-struct ApplicableDeclarationsCacheEntry {
+pub struct ApplicableDeclarationsCacheEntry {
declarations: SmallVec16<MatchedProperty>,
}
@@ -159,7 +159,7 @@ pub struct StyleSharingCandidateCache {
}
#[deriving(Clone)]
-struct StyleSharingCandidate {
+pub struct StyleSharingCandidate {
style: Arc<ComputedValues>,
parent_style: Arc<ComputedValues>,