зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
b66fca803f
Коммит
8037d6e92f
|
@ -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.");
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче