зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1531008: Replace makeURI with Services.io.newURI r=johannh
Replaced makeURI with Services.io.newURI Differential Revision: https://phabricator.services.mozilla.com/D21404 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
0032b81cc2
Коммит
d531649527
|
@ -261,7 +261,7 @@ var CaptivePortalWatcher = {
|
|||
|
||||
gBrowser.selectedTab = tab;
|
||||
|
||||
let canonicalURI = makeURI(this.canonicalURL);
|
||||
let canonicalURI = Services.io.newURI(this.canonicalURL);
|
||||
|
||||
// When we are no longer captive, close the tab if it's at the canonical URL.
|
||||
let tabCloser = () => {
|
||||
|
|
Загрузка…
Ссылка в новой задаче