mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
Bug 769545. Add missing const Cr declaration that would case an app reinstall with appcache to fail. r=marco
This commit is contained in:
parent
f6f1de5f16
commit
043f58eaff
@ -7,6 +7,7 @@ let EXPORTED_SYMBOLS = ["WebappsInstaller"];
|
||||
const Cc = Components.classes;
|
||||
const Ci = Components.interfaces;
|
||||
const Cu = Components.utils;
|
||||
const Cr = Components.results;
|
||||
|
||||
Cu.import("resource://gre/modules/Services.jsm");
|
||||
Cu.import("resource://gre/modules/FileUtils.jsm");
|
||||
|
Loading…
Reference in New Issue
Block a user