Backed out changeset 960112fbae78 (bug 1147911) for T-e10s(o) permafail: Followup to fix syntax error. r=eslint-fix

This commit is contained in:
Sebastian Hengst 2016-11-18 01:10:00 +01:00
Родитель bd15eb3df2
Коммит 7b7dc27a45
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -72,6 +72,7 @@ this.E10SUtils = {
canLoadRemote = chromeReg.canLoadURLRemotely(url);
mustLoadRemote = chromeReg.mustLoadURLRemotely(url);
}
}
if (aURL.startsWith("moz-extension:")) {
canLoadRemote = useRemoteWebExtensions;