зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1382568: Use AutoTArray in IsOrHasAncestorWithDisplayNone. r=heycam
MozReview-Commit-ID: EiRJOPFWEiN --HG-- extra : rebase_source : a3860c16b89ef67bf8e1b34d979ba97740c4ab01
This commit is contained in:
Родитель
d8a7128e4d
Коммит
cd2bc8f94c
|
@ -2978,7 +2978,7 @@ nsGenericHTMLElement::NewURIFromString(const nsAString& aURISpec,
|
|||
static bool
|
||||
IsOrHasAncestorWithDisplayNone(Element* aElement, nsIPresShell* aPresShell)
|
||||
{
|
||||
nsTArray<Element*> elementsToCheck;
|
||||
AutoTArray<Element*, 10> elementsToCheck;
|
||||
for (Element* e = aElement; e; e = e->GetParentElement()) {
|
||||
if (e->GetPrimaryFrame()) {
|
||||
// e definitely isn't display:none and doesn't have a display:none
|
||||
|
|
Загрузка…
Ссылка в новой задаче