зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1241378 - Stop uselessly getting the style set from nsStyleSet::ResolveAnonymousBoxStyle. r=dholbert
This commit is contained in:
Родитель
3cc6289c46
Коммит
90944dd1e2
|
@ -1962,7 +1962,7 @@ nsStyleSet::ResolveAnonymousBoxStyle(nsIAtom* aPseudoTag,
|
|||
// Add any @page rules that are specified.
|
||||
nsTArray<nsCSSPageRule*> rules;
|
||||
nsTArray<css::ImportantStyleData*> importantRules;
|
||||
PresContext()->StyleSet()->AppendPageRules(rules);
|
||||
AppendPageRules(rules);
|
||||
for (uint32_t i = 0, i_end = rules.Length(); i != i_end; ++i) {
|
||||
css::Declaration* declaration = rules[i]->Declaration();
|
||||
declaration->SetImmutable();
|
||||
|
|
Загрузка…
Ссылка в новой задаче