Bug 1207491 - Part 15: Remove use of expression closure from browser/components/search/. r=Gijs

This commit is contained in:
Tooru Fujisawa 2015-09-23 18:36:22 +09:00
parent 85e6a99282
commit e588f9dc90

View File

@ -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();