Bug 1596187 - Part 3: Fix for renaming of 'windowGlobalChild' getter on a CLOSED TREE, a=bustage

Differential Revision: https://phabricator.services.mozilla.com//D60703
This commit is contained in:
Nika Layzell 2020-01-22 18:33:44 +02:00
Родитель b66fca803f
Коммит 8037d6e92f
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -152,7 +152,7 @@ declTest("destroy actor by tab being closed", {
info("setting up destroy listeners");
await SpecialPowers.spawn(newTabBrowser, [], () => {
let child = content.getWindowGlobalChild();
let child = content.windowGlobalChild;
let actorChild = child.getActor("Test");
ok(actorChild, "JSWindowActorChild should have value.");