[Pkg-javascript-commits] [pdf.js] 48/174: Follow-up to PR 6489 - Upstream changes from Bug 1202902

David Prévot taffit at moszumanska.debian.org
Thu Nov 19 18:45:09 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository pdf.js.

commit 49389c2d307fdc9a7cf72ce81ed5af9ac4c5c890
Author: Jonas Jenwald <jonas.jenwald at gmail.com>
Date:   Mon Oct 5 12:31:53 2015 +0200

    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!
---
 extensions/firefox/content/PdfjsChromeUtils.jsm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extensions/firefox/content/PdfjsChromeUtils.jsm b/extensions/firefox/content/PdfjsChromeUtils.jsm
index 1a55c32..804a3aa 100644
--- a/extensions/firefox/content/PdfjsChromeUtils.jsm
+++ b/extensions/firefox/content/PdfjsChromeUtils.jsm
@@ -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),

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/pdf.js.git



More information about the Pkg-javascript-commits mailing list