@ -3535,8 +3535,8 @@ var _UnsupportedManager = function UnsupportedManagerClosure() {
@@ -3535,8 +3535,8 @@ var _UnsupportedManager = function UnsupportedManagerClosure() {
}();
varversion,build;
{
exports.version=version='1.8.391';
exports.build=build='263479fd';
exports.version=version='1.8.394';
exports.build=build='e5171871';
}
exports.getDocument=getDocument;
exports.LoopbackPort=LoopbackPort;
@ -5509,8 +5509,8 @@ if (!_util.globalScope.PDFJS) {
@@ -5509,8 +5509,8 @@ if (!_util.globalScope.PDFJS) {
@ -310,26 +299,26 @@ var AnnotationBorderStyle = function AnnotationBorderStyleClosure() {
@@ -310,26 +299,26 @@ var AnnotationBorderStyle = function AnnotationBorderStyleClosure() {
@ -369,44 +358,44 @@ var WidgetAnnotation = function WidgetAnnotationClosure() {
@@ -369,44 +358,44 @@ var WidgetAnnotation = function WidgetAnnotationClosure() {
@ -420,23 +409,23 @@ var WidgetAnnotation = function WidgetAnnotationClosure() {
@@ -420,23 +409,23 @@ var WidgetAnnotation = function WidgetAnnotationClosure() {
@ -446,7 +435,7 @@ var TextWidgetAnnotation = function TextWidgetAnnotationClosure() {
@@ -446,7 +435,7 @@ var TextWidgetAnnotation = function TextWidgetAnnotationClosure() {
@ -462,29 +451,29 @@ var TextWidgetAnnotation = function TextWidgetAnnotationClosure() {
@@ -462,29 +451,29 @@ var TextWidgetAnnotation = function TextWidgetAnnotationClosure() {
@ -496,9 +485,9 @@ var ButtonWidgetAnnotation = function ButtonWidgetAnnotationClosure() {
@@ -496,9 +485,9 @@ var ButtonWidgetAnnotation = function ButtonWidgetAnnotationClosure() {
@ -514,27 +503,27 @@ var ChoiceWidgetAnnotation = function ChoiceWidgetAnnotationClosure() {
@@ -514,27 +503,27 @@ var ChoiceWidgetAnnotation = function ChoiceWidgetAnnotationClosure() {
@ -557,38 +546,38 @@ var TextAnnotation = function TextAnnotationClosure() {
@@ -557,38 +546,38 @@ var TextAnnotation = function TextAnnotationClosure() {
@ -602,65 +591,65 @@ var PopupAnnotation = function PopupAnnotationClosure() {
@@ -602,65 +591,65 @@ var PopupAnnotation = function PopupAnnotationClosure() {
@ -1057,7 +1052,7 @@ var CFFOffsetTracker = function CFFOffsetTrackerClosure() {
@@ -1057,7 +1052,7 @@ var CFFOffsetTracker = function CFFOffsetTrackerClosure() {
(0,_util.error)('Already tracking location of '+key);
}
this.offsets[key]=location;
},
@ -1068,7 +1063,7 @@ var CFFOffsetTracker = function CFFOffsetTrackerClosure() {
@@ -1068,7 +1063,7 @@ var CFFOffsetTracker = function CFFOffsetTrackerClosure() {
@ -1080,7 +1075,7 @@ var CFFOffsetTracker = function CFFOffsetTrackerClosure() {
@@ -1080,7 +1075,7 @@ var CFFOffsetTracker = function CFFOffsetTrackerClosure() {
assert(begin%this.chunkSize===0,'Bad begin offset: '+begin);
(0,_util.assert)(begin%this.chunkSize===0,'Bad begin offset: '+begin);
varlength=this.bytes.length;
assert(end%this.chunkSize===0||end===length,'Bad end offset: '+end);
(0,_util.assert)(end%this.chunkSize===0||end===length,'Bad end offset: '+end);
this.bytes.set(newUint8Array(chunk),begin);
varchunkSize=this.chunkSize;
varbeginChunk=Math.floor(begin/chunkSize);
@ -90,7 +89,7 @@ var ChunkedStream = function ChunkedStreamClosure() {
@@ -90,7 +89,7 @@ var ChunkedStream = function ChunkedStreamClosure() {
return;
}
if(!this.loadedChunks[chunk]){
thrownewMissingDataException(pos,pos+1);
thrownew_util.MissingDataException(pos,pos+1);
}
this.lastSuccessfulEnsureByteChunk=chunk;
},
@ -106,7 +105,7 @@ var ChunkedStream = function ChunkedStreamClosure() {
@@ -106,7 +105,7 @@ var ChunkedStream = function ChunkedStreamClosure() {
varendChunk=Math.floor((end-1)/chunkSize)+1;
for(varchunk=beginChunk;chunk<endChunk;++chunk){
if(!this.loadedChunks[chunk]){
thrownewMissingDataException(begin,end);
thrownew_util.MissingDataException(begin,end);
}
}
},
@ -237,7 +236,7 @@ var ChunkedStreamManager = function ChunkedStreamManagerClosure() {
@@ -237,7 +236,7 @@ var ChunkedStreamManager = function ChunkedStreamManagerClosure() {
@ -259,14 +258,14 @@ var ChunkedStreamManager = function ChunkedStreamManagerClosure() {
@@ -259,14 +258,14 @@ var ChunkedStreamManager = function ChunkedStreamManagerClosure() {
if(!chunk.done){
vardata=chunk.value;
chunks.push(data);
loaded+=arrayByteLength(data);
loaded+=(0,_util.arrayByteLength)(data);
if(rangeReader.isStreamingSupported){
manager.onProgress({loaded:loaded});
}
rangeReader.read().then(readChunk,reject);
return;
}
varchunkData=arraysToBytes(chunks);
varchunkData=(0,_util.arraysToBytes)(chunks);
chunks=null;
resolve(chunkData);
}catch(e){
@ -300,10 +299,10 @@ var ChunkedStreamManager = function ChunkedStreamManagerClosure() {
@@ -300,10 +299,10 @@ var ChunkedStreamManager = function ChunkedStreamManagerClosure() {
@ -416,13 +415,13 @@ var ChunkedStreamManager = function ChunkedStreamManagerClosure() {
@@ -416,13 +415,13 @@ var ChunkedStreamManager = function ChunkedStreamManagerClosure() {
@ -432,7 +431,7 @@ var ChunkedStreamManager = function ChunkedStreamManagerClosure() {
@@ -432,7 +431,7 @@ var ChunkedStreamManager = function ChunkedStreamManagerClosure() {
@ -196,7 +191,7 @@ var IdentityCMap = function IdentityCMapClosure() {
@@ -196,7 +191,7 @@ var IdentityCMap = function IdentityCMapClosure() {
return0x10000;
},
getisIdentityCMap(){
error('should not access .isIdentityCMap');
(0,_util.error)('should not access .isIdentityCMap');
}
};
returnIdentityCMap;
@ -255,7 +250,7 @@ var BinaryCMapReader = function BinaryCMapReaderClosure() {
@@ -255,7 +250,7 @@ var BinaryCMapReader = function BinaryCMapReaderClosure() {
do{
varb=this.readByte();
if(b<0){
error('unexpected EOF in bcmap');
(0,_util.error)('unexpected EOF in bcmap');
}
last=!(b&0x80);
n=n<<7|b&0x7F;
@ -277,7 +272,7 @@ var BinaryCMapReader = function BinaryCMapReaderClosure() {
@@ -277,7 +272,7 @@ var BinaryCMapReader = function BinaryCMapReaderClosure() {
do{
varb=this.readByte();
if(b<0){
error('unexpected EOF in bcmap');
(0,_util.error)('unexpected EOF in bcmap');
}
last=!(b&0x80);
stack[sp++]=b&0x7F;
@ -342,7 +337,7 @@ var BinaryCMapReader = function BinaryCMapReaderClosure() {
@@ -342,7 +337,7 @@ var BinaryCMapReader = function BinaryCMapReaderClosure() {
}
varsequence=!!(b&0x10);
vardataSize=b&15;
assert(dataSize+1<=MAX_NUM_SIZE);
(0,_util.assert)(dataSize+1<=MAX_NUM_SIZE);
varucs2DataSize=1;
varsubitemsCount=stream.readNumber();
vari;
@ -470,22 +465,22 @@ var CMapFactory = function CMapFactoryClosure() {
@@ -470,22 +465,22 @@ var CMapFactory = function CMapFactoryClosure() {
info('Invalid Matrix for '+this.name+' ['+this.MXA+', '+this.MYA+', '+this.MZA+this.MXB+', '+this.MYB+', '+this.MZB+this.MXC+', '+this.MYC+', '+this.MZC+'], falling back to default');
(0,_util.info)('Invalid Matrix for '+this.name+' ['+this.MXA+', '+this.MYA+', '+this.MZA+this.MXB+', '+this.MYB+', '+this.MZB+this.MXC+', '+this.MYC+', '+this.MZC+'], falling back to default');
@ -1294,15 +1289,15 @@ var CipherTransform = function CipherTransformClosure() {
@@ -1294,15 +1289,15 @@ var CipherTransform = function CipherTransformClosure() {
@ -1443,16 +1438,16 @@ var CipherTransformFactory = function CipherTransformFactoryClosure() {
@@ -1443,16 +1438,16 @@ var CipherTransformFactory = function CipherTransformFactoryClosure() {
@ -1462,7 +1457,7 @@ var CipherTransformFactory = function CipherTransformFactoryClosure() {
@@ -1462,7 +1457,7 @@ var CipherTransformFactory = function CipherTransformFactoryClosure() {
@ -1472,54 +1467,54 @@ var CipherTransformFactory = function CipherTransformFactoryClosure() {
@@ -1472,54 +1467,54 @@ var CipherTransformFactory = function CipherTransformFactoryClosure() {
@ -1550,7 +1545,7 @@ var CipherTransformFactory = function CipherTransformFactoryClosure() {
@@ -1550,7 +1545,7 @@ var CipherTransformFactory = function CipherTransformFactoryClosure() {
@ -1576,7 +1571,7 @@ var CipherTransformFactory = function CipherTransformFactoryClosure() {
@@ -1576,7 +1571,7 @@ var CipherTransformFactory = function CipherTransformFactoryClosure() {
@ -79,11 +82,11 @@ var FontRendererFactory = function FontRendererFactoryClosure() {
@@ -79,11 +82,11 @@ var FontRendererFactory = function FontRendererFactoryClosure() {
@ -452,7 +455,7 @@ var FontRendererFactory = function FontRendererFactoryClosure() {
@@ -452,7 +455,7 @@ var FontRendererFactory = function FontRendererFactoryClosure() {
bezierCurveTo(xa,ya,xb,yb,x,y);
break;
default:
error('unknown operator: 12 '+v);
(0,_util.error)('unknown operator: 12 '+v);
}
break;
case14:
@ -466,10 +469,10 @@ var FontRendererFactory = function FontRendererFactoryClosure() {
@@ -466,10 +469,10 @@ var FontRendererFactory = function FontRendererFactoryClosure() {
@ -613,7 +616,7 @@ var FontRendererFactory = function FontRendererFactoryClosure() {
@@ -613,7 +616,7 @@ var FontRendererFactory = function FontRendererFactoryClosure() {
break;
default:
if(v<32){
error('unknown operator: '+v);
(0,_util.error)('unknown operator: '+v);
}
if(v<247){
stack.push(v-139);
@ -672,7 +675,7 @@ var FontRendererFactory = function FontRendererFactoryClosure() {
@@ -672,7 +675,7 @@ var FontRendererFactory = function FontRendererFactoryClosure() {
returncmds;
},
compileGlyphImpl:functioncompileGlyphImpl(){
error('Children classes should implement this.');
(0,_util.error)('Children classes should implement this.');
},
hasBuiltPath:functionhasBuiltPath(unicode){
varcmap=lookupCmap(this.cmap,unicode);
@ -685,7 +688,7 @@ var FontRendererFactory = function FontRendererFactoryClosure() {
@@ -685,7 +688,7 @@ var FontRendererFactory = function FontRendererFactoryClosure() {
@ -697,11 +700,11 @@ var FontRendererFactory = function FontRendererFactoryClosure() {
@@ -697,11 +700,11 @@ var FontRendererFactory = function FontRendererFactoryClosure() {
@ -712,7 +715,7 @@ var FontRendererFactory = function FontRendererFactoryClosure() {
@@ -712,7 +715,7 @@ var FontRendererFactory = function FontRendererFactoryClosure() {
@ -153,7 +124,7 @@ function recoverGlyphName(name, glyphsUnicodeMap) {
@@ -153,7 +124,7 @@ function recoverGlyphName(name, glyphsUnicodeMap) {
}
}
}
info('Unable to recover a standard glyph name for: '+name);
(0,_util.info)('Unable to recover a standard glyph name for: '+name);
returnname;
}
varGlyph=functionGlyphClosure(){
@ -235,10 +206,10 @@ var IdentityToUnicodeMap = function IdentityToUnicodeMapClosure() {
@@ -235,10 +206,10 @@ var IdentityToUnicodeMap = function IdentityToUnicodeMapClosure() {
@ -310,7 +281,7 @@ var OpenTypeFileBuilder = function OpenTypeFileBuilderClosure() {
@@ -310,7 +281,7 @@ var OpenTypeFileBuilder = function OpenTypeFileBuilderClosure() {
writeData(file,tableOffsets[i],table);
}
if(sfnt==='true'){
sfnt=string32(0x00010000);
sfnt=(0,_util.string32)(0x00010000);
}
file[0]=sfnt.charCodeAt(0)&0xFF;
file[1]=sfnt.charCodeAt(1)&0xFF;
@ -330,7 +301,7 @@ var OpenTypeFileBuilder = function OpenTypeFileBuilderClosure() {
@@ -330,7 +301,7 @@ var OpenTypeFileBuilder = function OpenTypeFileBuilderClosure() {
@ -376,19 +376,19 @@ var PostScriptStack = function PostScriptStackClosure() {
@@ -376,19 +376,19 @@ var PostScriptStack = function PostScriptStackClosure() {
PostScriptStack.prototype={
push:functionPostScriptStack_push(value){
if(this.stack.length>=MAX_STACK_SIZE){
error('PostScript function stack overflow.');
(0,_util.error)('PostScript function stack overflow.');
}
this.stack.push(value);
},
pop:functionPostScriptStack_pop(){
if(this.stack.length<=0){
error('PostScript function stack underflow.');
(0,_util.error)('PostScript function stack underflow.');
}
returnthis.stack.pop();
},
copy:functionPostScriptStack_copy(n){
if(this.stack.length+n>=MAX_STACK_SIZE){
error('PostScript function stack overflow.');
(0,_util.error)('PostScript function stack overflow.');
}
varstack=this.stack;
for(vari=stack.length-n,j=n-1;j>=0;j--,i++){
@ -466,7 +466,7 @@ var PostScriptEvaluator = function PostScriptEvaluatorClosure() {
@@ -466,7 +466,7 @@ var PostScriptEvaluator = function PostScriptEvaluatorClosure() {
case'and':
b=stack.pop();
a=stack.pop();
if(isBool(a)&&isBool(b)){
if((0,_util.isBool)(a)&&(0,_util.isBool)(b)){
stack.push(a&&b);
}else{
stack.push(a&b);
@ -589,7 +589,7 @@ var PostScriptEvaluator = function PostScriptEvaluatorClosure() {
@@ -589,7 +589,7 @@ var PostScriptEvaluator = function PostScriptEvaluatorClosure() {
break;
case'not':
a=stack.pop();
if(isBool(a)){
if((0,_util.isBool)(a)){
stack.push(!a);
}else{
stack.push(~a);
@ -598,7 +598,7 @@ var PostScriptEvaluator = function PostScriptEvaluatorClosure() {
@@ -598,7 +598,7 @@ var PostScriptEvaluator = function PostScriptEvaluatorClosure() {
case'or':
b=stack.pop();
a=stack.pop();
if(isBool(a)&&isBool(b)){
if((0,_util.isBool)(a)&&(0,_util.isBool)(b)){
stack.push(a||b);
}else{
stack.push(a|b);
@ -640,14 +640,14 @@ var PostScriptEvaluator = function PostScriptEvaluatorClosure() {
@@ -640,14 +640,14 @@ var PostScriptEvaluator = function PostScriptEvaluatorClosure() {
@ -96,12 +95,12 @@ var LocalPdfManager = function LocalPdfManagerClosure() {
@@ -96,12 +95,12 @@ var LocalPdfManager = function LocalPdfManagerClosure() {
@ -143,10 +142,10 @@ var NetworkPdfManager = function NetworkPdfManagerClosure() {
@@ -143,10 +142,10 @@ var NetworkPdfManager = function NetworkPdfManagerClosure() {
@ -161,7 +160,7 @@ var NetworkPdfManager = function NetworkPdfManagerClosure() {
@@ -161,7 +160,7 @@ var NetworkPdfManager = function NetworkPdfManagerClosure() {
@ -42,7 +46,7 @@ var PostScriptParser = function PostScriptParserClosure() {
@@ -42,7 +46,7 @@ var PostScriptParser = function PostScriptParserClosure() {
if(this.accept(type)){
returntrue;
}
error('Unexpected symbol: found '+this.token.type+' expected '+type+'.');
(0,_util.error)('Unexpected symbol: found '+this.token.type+' expected '+type+'.');
},
parse:functionPostScriptParser_parse(){
this.nextToken();
@ -84,7 +88,7 @@ var PostScriptParser = function PostScriptParserClosure() {
@@ -84,7 +88,7 @@ var PostScriptParser = function PostScriptParserClosure() {
@ -132,7 +136,7 @@ var PostScriptLexer = function PostScriptLexerClosure() {
@@ -132,7 +136,7 @@ var PostScriptLexer = function PostScriptLexerClosure() {
varch=this.currentChar;
while(true){
if(ch<0){
returnEOF;
return_primitives.EOF;
}
if(comment){
if(ch===0x0A||ch===0x0D){
@ -140,7 +144,7 @@ var PostScriptLexer = function PostScriptLexerClosure() {
@@ -140,7 +144,7 @@ var PostScriptLexer = function PostScriptLexerClosure() {
}
}elseif(ch===0x25){
comment=true;
}elseif(!isSpace(ch)){
}elseif(!(0,_util.isSpace)(ch)){
break;
}
ch=this.nextChar();
@ -197,7 +201,7 @@ var PostScriptLexer = function PostScriptLexerClosure() {
@@ -197,7 +201,7 @@ var PostScriptLexer = function PostScriptLexerClosure() {
}
varvalue=parseFloat(strBuf.join(''));
if(isNaN(value)){
error('Invalid floating point number: '+value);
(0,_util.error)('Invalid floating point number: '+value);
@ -264,7 +260,7 @@ var StreamsSequenceStream = function StreamsSequenceStreamClosure() {
@@ -264,7 +260,7 @@ var StreamsSequenceStream = function StreamsSequenceStreamClosure() {
@ -519,7 +515,7 @@ var PredictorStream = function PredictorStreamClosure() {
@@ -519,7 +515,7 @@ var PredictorStream = function PredictorStreamClosure() {
@ -681,7 +677,7 @@ var PredictorStream = function PredictorStreamClosure() {
@@ -681,7 +677,7 @@ var PredictorStream = function PredictorStreamClosure() {
@ -826,11 +822,11 @@ var Jbig2Stream = function Jbig2StreamClosure() {
@@ -826,11 +822,11 @@ var Jbig2Stream = function Jbig2StreamClosure() {
if(this.bufferLength){
return;
}
varjbig2Image=newJbig2Image();
varjbig2Image=new_jbig.Jbig2Image();
varchunks=[];
if(isDict(this.params)){
if((0,_primitives.isDict)(this.params)){
varglobalsStream=this.params.get('JBIG2Globals');
if(isStream(globalsStream)){
if((0,_primitives.isStream)(globalsStream)){
varglobals=globalsStream.getBytes();
chunks.push({
data:globals,
@ -910,7 +906,7 @@ var Ascii85Stream = function Ascii85StreamClosure() {
@@ -910,7 +906,7 @@ var Ascii85Stream = function Ascii85StreamClosure() {
varEOF=-1;
varstr=this.str;
varc=str.getByte();
while(isSpace(c)){
while((0,_util.isSpace)(c)){
c=str.getByte();
}
if(c===EOF||c===TILDA_CHAR){
@ -931,7 +927,7 @@ var Ascii85Stream = function Ascii85StreamClosure() {
@@ -931,7 +927,7 @@ var Ascii85Stream = function Ascii85StreamClosure() {
input[0]=c;
for(i=1;i<5;++i){
c=str.getByte();
while(isSpace(c)){
while((0,_util.isSpace)(c)){
c=str.getByte();
}
input[i]=c;
@ -1067,7 +1063,7 @@ var CCITTFaxStream = function CCITTFaxStreamClosure() {
@@ -1067,7 +1063,7 @@ var CCITTFaxStream = function CCITTFaxStreamClosure() {
@ -1114,7 +1110,7 @@ var CCITTFaxStream = function CCITTFaxStreamClosure() {
@@ -1114,7 +1110,7 @@ var CCITTFaxStream = function CCITTFaxStreamClosure() {
varcodingPos=this.codingPos;
if(a1>codingLine[codingPos]){
if(a1>this.columns){
info('row is wrong length');
(0,_util.info)('row is wrong length');
this.err=true;
a1=this.columns;
}
@ -1130,7 +1126,7 @@ var CCITTFaxStream = function CCITTFaxStreamClosure() {
@@ -1130,7 +1126,7 @@ var CCITTFaxStream = function CCITTFaxStreamClosure() {
varcodingPos=this.codingPos;
if(a1>codingLine[codingPos]){
if(a1>this.columns){
info('row is wrong length');
(0,_util.info)('row is wrong length');
this.err=true;
a1=this.columns;
}
@ -1140,7 +1136,7 @@ var CCITTFaxStream = function CCITTFaxStreamClosure() {
@@ -1140,7 +1136,7 @@ var CCITTFaxStream = function CCITTFaxStreamClosure() {
codingLine[codingPos]=a1;
}elseif(a1<codingLine[codingPos]){
if(a1<0){
info('invalid code');
(0,_util.info)('invalid code');
this.err=true;
a1=0;
}
@ -1293,7 +1289,7 @@ var CCITTFaxStream = function CCITTFaxStreamClosure() {
@@ -1293,7 +1289,7 @@ var CCITTFaxStream = function CCITTFaxStreamClosure() {
this.eof=true;
break;
default:
info('bad 2d code');
(0,_util.info)('bad 2d code');
this.addPixels(columns,0);
this.err=true;
}
@ -1359,7 +1355,7 @@ var CCITTFaxStream = function CCITTFaxStreamClosure() {
@@ -1359,7 +1355,7 @@ var CCITTFaxStream = function CCITTFaxStreamClosure() {
for(i=0;i<4;++i){
code1=this.lookBits(12);
if(code1!==1){
info('bad rtc code: '+code1);
(0,_util.info)('bad rtc code: '+code1);
}
this.eatBits(12);
if(this.encoding>0){
@ -1472,7 +1468,7 @@ var CCITTFaxStream = function CCITTFaxStreamClosure() {
@@ -1472,7 +1468,7 @@ var CCITTFaxStream = function CCITTFaxStreamClosure() {
@ -1502,7 +1498,7 @@ var CCITTFaxStream = function CCITTFaxStreamClosure() {
@@ -1502,7 +1498,7 @@ var CCITTFaxStream = function CCITTFaxStreamClosure() {
returnresult[1];
}
}
info('bad white code');
(0,_util.info)('bad white code');
this.eatBits(1);
return1;
};
@ -1538,7 +1534,7 @@ var CCITTFaxStream = function CCITTFaxStreamClosure() {
@@ -1538,7 +1534,7 @@ var CCITTFaxStream = function CCITTFaxStreamClosure() {
@ -215,7 +219,7 @@ var Type1CharString = function Type1CharStringClosure() {
@@ -215,7 +219,7 @@ var Type1CharString = function Type1CharStringClosure() {
this.stack=[];
break;
default:
warn('Unknown type 1 charstring command of "'+value+'"');
(0,_util.warn)('Unknown type 1 charstring command of "'+value+'"');
break;
}
if(error){
@ -321,7 +325,7 @@ var Type1Parser = function Type1ParserClosure() {
@@ -321,7 +325,7 @@ var Type1Parser = function Type1ParserClosure() {
@ -112,7 +102,7 @@ var PDFWorkerStream = function PDFWorkerStreamClosure() {
@@ -112,7 +102,7 @@ var PDFWorkerStream = function PDFWorkerStreamClosure() {
@ -186,7 +176,7 @@ var PDFWorkerStream = function PDFWorkerStreamClosure() {
@@ -186,7 +176,7 @@ var PDFWorkerStream = function PDFWorkerStreamClosure() {
@ -250,7 +240,7 @@ var PDFWorkerStream = function PDFWorkerStreamClosure() {
@@ -250,7 +240,7 @@ var PDFWorkerStream = function PDFWorkerStreamClosure() {
@ -1418,8 +1418,8 @@ var _UnsupportedManager = function UnsupportedManagerClosure() {
@@ -1418,8 +1418,8 @@ var _UnsupportedManager = function UnsupportedManagerClosure() {