зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1832766 - Do not use lexical variable in test_jsterm_autocomplete.html to avoid redeclaration error in verify mode. r=devtools-reviewers,nchevobbe
Differential Revision: https://phabricator.services.mozilla.com/D179171
This commit is contained in:
Родитель
e45615b985
Коммит
5e0dac9fef
|
@ -92,7 +92,7 @@
|
|||
|
||||
window.varify = true;
|
||||
|
||||
const Cu_Sandbox = Cu ? Cu.Sandbox : null;
|
||||
var Cu_Sandbox = Cu ? Cu.Sandbox : null;
|
||||
`;
|
||||
await evaluateExpression(state.webConsoleFront, script);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче