Bug 1135021 - Update pdf.js to version 1.0.1149. r=bdahl

This commit is contained in:
Ryan VanderMeulen 2015-02-20 17:01:13 -05:00
parent 7c65dbaa1d
commit d60b5fa8f2
3 changed files with 7 additions and 6 deletions

View File

@ -1,4 +1,4 @@
This is the pdf.js project output, https://github.com/mozilla/pdf.js
Current extension version is: 1.0.1147
Current extension version is: 1.0.1149

View File

@ -22,8 +22,8 @@ if (typeof PDFJS === 'undefined') {
(typeof window !== 'undefined' ? window : this).PDFJS = {};
}
PDFJS.version = '1.0.1147';
PDFJS.build = '6bb0a48';
PDFJS.version = '1.0.1149';
PDFJS.build = 'bc7a110';
(function pdfjsWrapper() {
// Use strict in our context only - users might not want it

View File

@ -22,8 +22,8 @@ if (typeof PDFJS === 'undefined') {
(typeof window !== 'undefined' ? window : this).PDFJS = {};
}
PDFJS.version = '1.0.1147';
PDFJS.build = '6bb0a48';
PDFJS.version = '1.0.1149';
PDFJS.build = 'bc7a110';
(function pdfjsWrapper() {
// Use strict in our context only - users might not want it
@ -16725,7 +16725,8 @@ var Font = (function FontClosure() {
useTable = true;
// Continue the loop since there still may be a higher priority
// table.
} else if (platformId === 3 && encodingId === 1) {
} else if (platformId === 3 && encodingId === 1 &&
(!isSymbolicFont || !potentialTable)) {
useTable = true;
if (!isSymbolicFont) {
canBreak = true;