mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 04:27:37 +00:00
9 lines
228 B
JavaScript
9 lines
228 B
JavaScript
if (gClient) {
|
|
// Close the test remote connection before leaving this test
|
|
gClient.close(function () {
|
|
run_next_test();
|
|
});
|
|
}
|
|
|
|
Services.prefs.setBoolPref("devtools.debugger.enable-content-actors", originalPrefValue);
|