From 97b5ad9ad50cf76a6ecb61ef59655c6db96cc90b 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 6f12f18c7..8fa551980 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_ ) {