Skip to content

Commit 8495486

Browse files
authored
Backport Bug 1438487 - Restore the Browser Toolbox using session store (firefox-devtools#5521)
1 parent 0d035dd commit 8495486

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/mochitest/browser_dbg-chrome-create.js

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ registerCleanupFunction(function() {
4444
add_task(async function() {
4545
// Windows XP and 8.1 test slaves are terribly slow at this test.
4646
requestLongerTimeout(5);
47+
await pushPref("devtools.chrome.enabled", true);
4748
await pushPref("devtools.debugger.remote-enabled", true);
4849

4950
gProcess = await initChromeDebugger();

0 commit comments

Comments
 (0)