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:
Brian Grinstead 2017-08-16 10:04:45 -07:00
parent 3ebb180a12
commit 0ee885f498

View File

@ -172,7 +172,7 @@ window.onload = async function () {
const wrapper = new NewConsoleOutputWrapper(
document.getElementById("output"),
{hud: EventEmitter.decorate({proxy: {}})},
{hud: EventEmitter.decorate({proxy: {}}), focus: () => {}},
{},
null,
document,