aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/rule_tree/mod.rs
diff options
context:
space:
mode:
authorCameron McCormack <cam@mcc.id.au>2018-09-12 17:37:37 +1000
committerEmilio Cobos Álvarez <emilio@crisal.io>2018-09-15 17:57:12 +0200
commit1f45fc0339dc1997ea254c55def330cde4dcac2e (patch)
tree8f0c310b4929333054e070caad124045327e57ee /components/style/rule_tree/mod.rs
parent6d57cbd8816825cae473d0d4552cc3354a3fdcc0 (diff)
downloadservo-1f45fc0339dc1997ea254c55def330cde4dcac2e.tar.gz
servo-1f45fc0339dc1997ea254c55def330cde4dcac2e.zip
style: Update comments to no longer point to nsRuleNode.
There are a few mentions of nsRuleNode left but they are mostly historical references so it makes sense to keep them. Differential Revision: https://phabricator.services.mozilla.com/D5505
Diffstat (limited to 'components/style/rule_tree/mod.rs')
-rw-r--r--components/style/rule_tree/mod.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/components/style/rule_tree/mod.rs b/components/style/rule_tree/mod.rs
index d4fb0d00925..26c089eb4ad 100644
--- a/components/style/rule_tree/mod.rs
+++ b/components/style/rule_tree/mod.rs
@@ -1200,9 +1200,6 @@ impl StrongRuleNode {
}
}
- /// Implementation of `nsRuleNode::HasAuthorSpecifiedRules` for Servo rule
- /// nodes.
- ///
/// Returns true if any properties specified by `rule_type_mask` was set by
/// an author rule.
#[cfg(feature = "gecko")]