No bug - remove duplicated condition likely due to merge mess. r=me

MozReview-Commit-ID: AO7nmkUIs82
This commit is contained in:
Emilio Cobos Álvarez 2018-03-28 03:13:38 +02:00
parent 2249849aaa
commit 32f0cfbe75

View File

@ -275,10 +275,6 @@ ShadowRoot::ApplicableRulesChanged()
return;
}
if (!IsComposedDocParticipant()) {
return;
}
nsIDocument* doc = OwnerDoc();
if (nsIPresShell* shell = doc->GetShell()) {
doc->BeginUpdate(UPDATE_STYLE);