Remove duplicaten dom window func.

This commit is contained in:
Brendan Dahl 2012-03-23 14:32:19 -07:00
parent 22c858c2ec
commit 11e84b2b7b

View File

@ -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) {