mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
No need to null-check aRuleWalker. (Bug 557154) r=bzbarsky
This commit is contained in:
parent
8a88b3f08f
commit
519717b298
@ -600,7 +600,7 @@ nsAttrAndChildArray::SetMappedAttrStyleSheet(nsHTMLStyleSheet* aSheet)
|
||||
void
|
||||
nsAttrAndChildArray::WalkMappedAttributeStyleRules(nsRuleWalker* aRuleWalker)
|
||||
{
|
||||
if (mImpl && mImpl->mMappedAttrs && aRuleWalker) {
|
||||
if (mImpl && mImpl->mMappedAttrs) {
|
||||
aRuleWalker->Forward(mImpl->mMappedAttrs);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user