mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
Remove duplicaten dom window func.
This commit is contained in:
parent
22c858c2ec
commit
11e84b2b7b
1 changed files with 0 additions and 5 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue