mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-02 00:42:45 +01:00
removed unused code for the time being
This commit is contained in:
parent
ca77c677d7
commit
97b5ad9ad5
@ -192,10 +192,6 @@ const contentObserver = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
sandbox._sandboxId_ = sandboxId;
|
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.sendAsyncMessage = messager.sendAsyncMessage;
|
||||||
sandbox.addMessageListener = function(callback) {
|
sandbox.addMessageListener = function(callback) {
|
||||||
if ( this._messageListener_ ) {
|
if ( this._messageListener_ ) {
|
||||||
|
Loading…
Reference in New Issue
Block a user