mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
Bug 1390176 - Fix the jsterm stub in test_render_perf;r=nchevobbe
MozReview-Commit-ID: 8qYIthlQtXa --HG-- extra : rebase_source : 2a8eb4492097f420ca6ab5a169384523cc3628b5
This commit is contained in:
parent
3ebb180a12
commit
0ee885f498
@ -172,7 +172,7 @@ window.onload = async function () {
|
|||||||
|
|
||||||
const wrapper = new NewConsoleOutputWrapper(
|
const wrapper = new NewConsoleOutputWrapper(
|
||||||
document.getElementById("output"),
|
document.getElementById("output"),
|
||||||
{hud: EventEmitter.decorate({proxy: {}})},
|
{hud: EventEmitter.decorate({proxy: {}}), focus: () => {}},
|
||||||
{},
|
{},
|
||||||
null,
|
null,
|
||||||
document,
|
document,
|
||||||
|
Loading…
Reference in New Issue
Block a user