mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1207491 - Part 15: Remove use of expression closure from browser/components/search/. r=Gijs
This commit is contained in:
parent
85e6a99282
commit
e588f9dc90
@ -5,7 +5,7 @@
|
||||
function test() {
|
||||
// Don't use about:home as the homepage for new windows
|
||||
Services.prefs.setIntPref("browser.startup.page", 0);
|
||||
registerCleanupFunction(function() Services.prefs.clearUserPref("browser.startup.page"));
|
||||
registerCleanupFunction(() => Services.prefs.clearUserPref("browser.startup.page"));
|
||||
|
||||
waitForExplicitFinish();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user