aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/style/selector_matching.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/style/selector_matching.rs')
-rw-r--r--src/components/style/selector_matching.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/style/selector_matching.rs b/src/components/style/selector_matching.rs
index 03cc5aadad1..c45d56acf40 100644
--- a/src/components/style/selector_matching.rs
+++ b/src/components/style/selector_matching.rs
@@ -960,7 +960,7 @@ mod tests {
selector: s.compound_selectors.clone(),
property: MatchedProperty {
specificity: s.specificity,
- declarations: Arc::new(Vec::new()),
+ declarations: Arc::new(vec!()),
source_order: i,
}
}