Bug 772569 - Remove do_load_httpd_js from services test code; r=rnewman

This commit is contained in:
Gregory Szorc 2012-07-10 11:54:12 -07:00
parent ab057c40d3
commit ec94cb2ff9

View File

@ -1,6 +1,10 @@
/* Any copyright is dedicated to the Public Domain.
http://creativecommons.org/publicdomain/zero/1.0/ */
const {classes: Cc, interfaces: Ci, results: Cr, utils: Cu} = Components;
let gSyncProfile;
do_load_httpd_js();
gSyncProfile = do_get_profile();
Cu.import("resource://gre/modules/XPCOMUtils.jsm");