diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2018-09-15 13:19:54 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-15 13:19:54 -0400 |
commit | 6c2f41bd0e05f94c12a5f2c1629e7bc28e7b0505 (patch) | |
tree | 3367ef43c6f27bbcfebbf935f28e26d888a124a9 /components/style/rule_tree/mod.rs | |
parent | 0ecd671f52fed93fb0ae11599c7543b3d027cc2d (diff) | |
parent | 278ab8613f095418118fc1a91a270a8ddca8880f (diff) | |
download | servo-6c2f41bd0e05f94c12a5f2c1629e7bc28e7b0505.tar.gz servo-6c2f41bd0e05f94c12a5f2c1629e7bc28e7b0505.zip |
Auto merge of #21724 - emilio:gecko-sync, r=emilio
style: Sync changes from mozilla-central
See each individual commit for details.
<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/21724)
<!-- Reviewable:end -->
Diffstat (limited to 'components/style/rule_tree/mod.rs')
-rw-r--r-- | components/style/rule_tree/mod.rs | 3 |
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")] |