mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 781386 followup: fix forgotten review nit (reset pref that this test sets on test end)
This commit is contained in:
parent
902d64ba8e
commit
6a7f11ef72
@ -20,6 +20,7 @@ function test() {
|
||||
}, true);
|
||||
|
||||
registerCleanupFunction(function() {
|
||||
Services.prefs.clearUserPref(prefName);
|
||||
gBrowser.removeTab(tab);
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user