Merge inbound to m-c a=merge

This commit is contained in:
Wes Kocher
2015-10-07 10:29:41 -07:00
1250 changed files with 10286 additions and 5880 deletions

View File

@@ -6,7 +6,7 @@
/* This content script should work in any browser or iframe and should not
* depend on the frame being contained in tabbrowser. */
const {classes: Cc, interfaces: Ci, utils: Cu, results: Cr} = Components;
var {classes: Cc, interfaces: Ci, utils: Cu, results: Cr} = Components;
Cu.import("resource://gre/modules/XPCOMUtils.jsm");
Cu.import("resource://gre/modules/Services.jsm");