зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1575954 - QI for nsIDocShell before setting watchedByDevtools, r=jlast.
Differential Revision: https://phabricator.services.mozilla.com/D44340 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
4e343b554c
Коммит
5ed60064ac
|
@ -258,6 +258,7 @@ Services.obs.addObserver(
|
|||
{
|
||||
observe(subject, topic, data) {
|
||||
assert(topic == "webnavigation-create");
|
||||
subject.QueryInterface(Ci.nsIDocShell);
|
||||
subject.watchedByDevtools = true;
|
||||
},
|
||||
},
|
||||
|
|
Загрузка…
Ссылка в новой задаче