Bug 1239884: Follow-up: Fix ESLint error.

--HG--
extra : commitid : foilvht5yL
This commit is contained in:
Kris Maglione 2016-01-15 19:49:30 -08:00
Родитель 09f2a22adf
Коммит 9e41dc86fa
1 изменённых файлов: 0 добавлений и 1 удалений

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

@ -37,7 +37,6 @@ BackgroundPage.prototype = {
}
let uri = Services.io.newURI(url, null, null);
let principal = this.extension.createPrincipal(uri);
let system = Services.scriptSecurityManager.getSystemPrincipal();
let interfaceRequestor = chromeWebNav.QueryInterface(Ci.nsIInterfaceRequestor);