Remove duplicaten dom window func.
This commit is contained in:
parent
22c858c2ec
commit
11e84b2b7b
@ -63,11 +63,6 @@ ChromeActions.prototype = {
|
||||
}
|
||||
};
|
||||
|
||||
function getDOMWindow(aChannel) {
|
||||
var requestor = aChannel.notificationCallbacks;
|
||||
var win = requestor.getInterface(Components.interfaces.nsIDOMWindow);
|
||||
return win;
|
||||
}
|
||||
|
||||
// Event listener to trigger chrome privedged code.
|
||||
function RequestListener(actions) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user