mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
Follow-up to PR 6489 - Upstream changes from Bug 1202902
I somehow managed miss including one of the upstream changes in PR 6489; hence this patch. Sorry about the unnecessary churn in this code!
This commit is contained in:
parent
cd8bd73529
commit
49389c2d30
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ XPCOMUtils.defineLazyServiceGetter(Svc, 'mime',
|
|||
|
||||
//#include ../../../web/default_preferences.js
|
||||
|
||||
let PdfjsChromeUtils = {
|
||||
var PdfjsChromeUtils = {
|
||||
// For security purposes when running remote, we restrict preferences
|
||||
// content can access.
|
||||
_allowedPrefNames: Object.keys(DEFAULT_PREFERENCES),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue