comparison: js/xpconnect/tests/chrome/subscript.js
js/xpconnect/tests/chrome/subscript.js
- branch
- TOR_BUG_3246
- changeset 7
- 129ffea94266
equal
deleted
inserted
replaced
|
1 const Cu = Components.utils; |
|
2 Cu.import("resource://gre/modules/Services.jsm"); |
|
3 |
|
4 var ns = {}; |
|
5 Services.scriptloader.loadSubScript("resource://gre/modules/NetUtil.jsm", ns); |
|
6 var NetUtil = ns.NetUtil; |