Bug 900845 - We aren't using the NetUtil module in SessionStore.jsm. r=ttaubert

This commit is contained in:
Marco Castelluccio 2013-08-02 20:37:12 -04:00
parent 8a55ff091c
commit 78e6e72dab

View File

@ -112,8 +112,6 @@ let gDocShellCapabilities = (function () {
};
})();
XPCOMUtils.defineLazyModuleGetter(this, "NetUtil",
"resource://gre/modules/NetUtil.jsm");
XPCOMUtils.defineLazyModuleGetter(this, "ScratchpadManager",
"resource:///modules/devtools/scratchpad-manager.jsm");
XPCOMUtils.defineLazyModuleGetter(this, "DocumentUtils",