зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1369214 - Fix ESLint doublequote failures in test_getProcess.html on a CLOSED TREE.
This commit is contained in:
Родитель
3a024a13a5
Коммит
925f8e7dd2
|
@ -116,7 +116,7 @@ function runTests() {
|
|||
}
|
||||
|
||||
function processScript() {
|
||||
Components.utils.import('resource://gre/modules/Services.jsm');
|
||||
Components.utils.import("resource://gre/modules/Services.jsm");
|
||||
let listener = function () {
|
||||
Services.obs.removeObserver(listener, "sdk:loader:destroy");
|
||||
sendAsyncMessage("test:getProcess-destroy", null);
|
||||
|
|
Загрузка…
Ссылка в новой задаче