Backed out changeset c635e583eeb3 (bug 1441059) for ESlint failure. CLOSED TREE

This commit is contained in:
Brindusan Cristian 2018-07-23 21:31:48 +03:00
parent f4ed80c22c
commit a8f529a43e

View File

@ -8,6 +8,10 @@ var EXPORTED_SYMBOLS = ["LoadURIDelegate"];
ChromeUtils.import("resource://gre/modules/XPCOMUtils.jsm");
XPCOMUtils.defineLazyModuleGetters(this, {
Services: "resource://gre/modules/Services.jsm",
});
var LoadURIDelegate = {
// Delegate URI loading to the app.
// Return whether the loading has been handled.