aboutsummaryrefslogtreecommitdiffstats
path: root/platform/firefox/frameModule.js
diff options
context:
space:
mode:
authorgorhill <rhill@raymondhill.net>2015-01-15 08:41:30 -0500
committergorhill <rhill@raymondhill.net>2015-01-15 08:41:30 -0500
commit97b5ad9ad50cf76a6ecb61ef59655c6db96cc90b (patch)
tree077b6eccd6451424f576ca6d4ba75191996c2f1c /platform/firefox/frameModule.js
parentca77c677d78a529b7e315c85b8f839d758b417ae (diff)
downloaduBlock-97b5ad9ad50cf76a6ecb61ef59655c6db96cc90b.zip
uBlock-97b5ad9ad50cf76a6ecb61ef59655c6db96cc90b.tar.gz
uBlock-97b5ad9ad50cf76a6ecb61ef59655c6db96cc90b.tar.bz2
removed unused code for the time being
Diffstat (limited to 'platform/firefox/frameModule.js')
-rw-r--r--platform/firefox/frameModule.js4
1 files changed, 0 insertions, 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_ ) {