| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
if (!old_inner_rule || !old_inner_rule->ChildRules()) {I don't think this is right. Why do you need this for kContents and kApplyMixin? Their contents is always cloned in RuleSet::AddChildRules(), so why do you need to clone them again here?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
if (!old_inner_rule || !old_inner_rule->ChildRules()) {I don't think this is right. Why do you need this for kContents and kApplyMixin? Their contents is always cloned in RuleSet::AddChildRules(), so why do you need to clone them again here?
`Clone()` needs to actually clone due to `StyleSheetContents` unsharing. What `AddChildRules()` does isn't really relevant.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |