File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
extensions/firefox/components Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -730,8 +730,8 @@ PdfStreamConverter.prototype = {
730
730
var channel = ioService .newChannel (
731
731
PDF_VIEWER_WEB_PAGE , null , null );
732
732
733
- var self = this ;
734
733
var listener = this .listener ;
734
+ var dataListener = this .dataListener ;
735
735
// Proxy all the request observer calls, when it gets to onStopRequest
736
736
// we can get the dom window. We also intentionally pass on the original
737
737
// request(aRequest) below so we don't overwrite the original channel and
@@ -759,7 +759,7 @@ PdfStreamConverter.prototype = {
759
759
contentDispositionFilename , aRequest );
760
760
} else {
761
761
actions = new StandardChromeActions (
762
- domWindow , contentDispositionFilename , self . dataListener );
762
+ domWindow , contentDispositionFilename , dataListener );
763
763
}
764
764
var requestListener = new RequestListener (actions );
765
765
domWindow .addEventListener (PDFJS_EVENT_ID , function (event ) {
You can’t perform that action at this time.
0 commit comments