From f4821646014608eb7833669a6749c04a82cfb42a Mon Sep 17 00:00:00 2001 From: gorhill Date: Thu, 15 Jan 2015 08:41:30 -0500 Subject: [PATCH] removed unused code for the time being --- platform/firefox/frameModule.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/platform/firefox/frameModule.js b/platform/firefox/frameModule.js index 6f12f18..8fa5519 100644 --- a/platform/firefox/frameModule.js +++ b/platform/firefox/frameModule.js @@ -192,10 +192,6 @@ const contentObserver = { } sandbox._sandboxId_ = sandboxId; - sandbox._urlNormalizer_ = function(url, baseURI) { - baseURI = Services.io.newURI(baseURI, null, null); - return Services.io.newURI(url, null, baseURI).asciiSpec; - }; sandbox.sendAsyncMessage = messager.sendAsyncMessage; sandbox.addMessageListener = function(callback) { if ( this._messageListener_ ) {