Bug 1704651 - Fix base toolchains build.

MANUAL PUSH: Trivial bustage fix on a CLOSED TREE
This commit is contained in:
Emilio Cobos Álvarez 2021-04-17 02:27:50 +02:00
Родитель d1efa8f7e6
Коммит be83013af7
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -893,7 +893,8 @@ void CanonicalBrowsingContext::CanonicalDiscard() {
}
if (mWebProgress) {
RefPtr{mWebProgress}->ContextDiscarded();
RefPtr<BrowsingContextWebProgress> progress = mWebProgress;
progress->ContextDiscarded();
}
if (IsTop()) {