зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1682141: Stop searching for top window if top contex has no window context. r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D100325
This commit is contained in:
Родитель
e5218225b0
Коммит
fdd0e482e7
|
@ -248,7 +248,7 @@ RefPtr<PerformanceInfoPromise> DocGroup::ReportPerformanceInfo() {
|
|||
|
||||
top = context->Top();
|
||||
|
||||
if (!top) {
|
||||
if (!top || !top->GetCurrentWindowContext()) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче