blob: a39080562f6b3ab856a54a72f545800305e5f0f6 (
plain)
1
2
3
4
5
|
// # don't remove this comment! (the first line is ignored by Mozilla)
lockPref("_test.typeof_Components", typeof Components);
lockPref("_test.typeof_ChromeUtils", typeof ChromeUtils);
lockPref("_test.typeof_Services", typeof Services);
|