Bug 1269102 - Part 6: Remove the Services import from HAR: Remove Services redeclaration. r=clipbboard-test-fix

MozReview-Commit-ID: Eauwtiyuyvz
---
 devtools/client/netmonitor/har/test/head.js | 2 --
 1 file changed, 2 deletions(-)
This commit is contained in:
Jarda Snajdr 2016-08-16 17:39:39 +02:00
parent 4752dbfecc
commit f03359a936

View File

@ -6,8 +6,6 @@
/* eslint no-unused-vars: [2, {"vars": "local", "args": "none"}] */
/* import-globals-from ../../test/head.js */
var { Services } = Cu.import("resource://gre/modules/Services.jsm", {});
// Load the NetMonitor head.js file to share its API.
var netMonitorHead = "chrome://mochitests/content/browser/devtools/client/netmonitor/test/head.js";
Services.scriptloader.loadSubScript(netMonitorHead, this);