From 9333ba9fecabb04f6375dd7acd92c6b4a9f541b6 Mon Sep 17 00:00:00 2001 From: Yulia Startsev Date: Tue, 25 Sep 2018 14:18:36 +0300 Subject: [PATCH] Bug 1473513 - fix faulty path in unit tests. r=fix. CLOSED TREE --HG-- extra : histedit_source : 8819c914985f6702bc205bc046c142f436568be6 --- testing/xpcshell/dbg-actors.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/xpcshell/dbg-actors.js b/testing/xpcshell/dbg-actors.js index e30bf606dfd9..e76d6e7fdb21 100644 --- a/testing/xpcshell/dbg-actors.js +++ b/testing/xpcshell/dbg-actors.js @@ -10,7 +10,7 @@ const { DebuggerServer } = require("devtools/server/main"); const { RootActor } = require("devtools/server/actors/root"); const { BrowserTabList } = require("devtools/server/actors/webbrowser"); const Services = require("Services"); -const { ActorRegistry } = require("devtools/server/actor-registry"); +const { ActorRegistry } = require("devtools/server/actors/utils/actor-registry"); /** * xpcshell-test (XPCST) specific actors.