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:
Andreas Farre 2020-12-22 14:52:27 +00:00
Родитель e5218225b0
Коммит fdd0e482e7
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -248,7 +248,7 @@ RefPtr<PerformanceInfoPromise> DocGroup::ReportPerformanceInfo() {
top = context->Top();
if (!top) {
if (!top || !top->GetCurrentWindowContext()) {
continue;
}