Bug 1431533: Part 5a - Auto-rewrite code to use ChromeUtils import methods. r=florian

This was done using the following script:
37e3803c7a/processors/chromeutils-import.jsm

MozReview-Commit-ID: 1Nc3XDu0wGl
This commit is contained in:
Kris Maglione
2018-01-29 15:20:18 -08:00
parent 3878cc8147
commit 683a97d172
2868 changed files with 8786 additions and 8786 deletions

View File

@@ -4,7 +4,7 @@
// This component is used to build the menus for the HTML contextmenu attribute.
Components.utils.import("resource://gre/modules/XPCOMUtils.jsm");
ChromeUtils.import("resource://gre/modules/XPCOMUtils.jsm");
const Cc = Components.classes;
const Ci = Components.interfaces;