forked from mirrors/gecko-dev
Differential Revision: https://phabricator.services.mozilla.com/D69257 --HG-- extra : moz-landing-system : lando
10 lines
317 B
JavaScript
10 lines
317 B
JavaScript
/* import-globals-from ../unit/head_channels.js */
|
|
// Load standard base class for network tests into child process
|
|
//
|
|
|
|
var { NetUtil } = ChromeUtils.import("resource://gre/modules/NetUtil.jsm");
|
|
var { XPCOMUtils } = ChromeUtils.import(
|
|
"resource://gre/modules/XPCOMUtils.jsm"
|
|
);
|
|
|
|
load("../unit/head_channels.js");
|