summaryrefslogtreecommitdiffstats
path: root/devtools/shared/performance/test/head.js
diff options
context:
space:
mode:
Diffstat (limited to 'devtools/shared/performance/test/head.js')
-rw-r--r--devtools/shared/performance/test/head.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/devtools/shared/performance/test/head.js b/devtools/shared/performance/test/head.js
new file mode 100644
index 000000000..9e7748055
--- /dev/null
+++ b/devtools/shared/performance/test/head.js
@@ -0,0 +1,7 @@
+/* Any copyright is dedicated to the Public Domain.
+ http://creativecommons.org/publicdomain/zero/1.0/ */
+"use strict";
+
+var { classes: Cc, interfaces: Ci, utils: Cu, results: Cr } = Components;
+
+var { require } = Cu.import("resource://devtools/shared/Loader.jsm", {});