зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1682141 - Stop searching for top window if there is no top window. r=peterv
Differential Revision: https://phabricator.services.mozilla.com/D99661
This commit is contained in:
Родитель
e490a7f6ed
Коммит
50115c2697
|
@ -247,6 +247,11 @@ RefPtr<PerformanceInfoPromise> DocGroup::ReportPerformanceInfo() {
|
|||
}
|
||||
|
||||
top = context->Top();
|
||||
|
||||
if (!top) {
|
||||
continue;
|
||||
}
|
||||
|
||||
isTopLevel = context->IsTop();
|
||||
windowID = top->GetCurrentWindowContext()->OuterWindowId();
|
||||
break;
|
||||
|
|
Загрузка…
Ссылка в новой задаче