зеркало из https://github.com/mozilla/gecko-dev.git
Bug 947583 - Fix "this.updateProviderURLs is not a function" when toggling "Block reported attack sites" preference r=dolske
From 8ba7cef13d00454ddcdec7e4f8eb32bcb6bee5ac Mon Sep 17 00:00:00 2001
This commit is contained in:
Родитель
3ebe27ab18
Коммит
99b582a0b8
|
@ -35,7 +35,7 @@ this.SafeBrowsing = {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
Services.prefs.addObserver("browser.safebrowsing", this.readPrefs, false);
|
Services.prefs.addObserver("browser.safebrowsing", this.readPrefs.bind(this), false);
|
||||||
this.readPrefs();
|
this.readPrefs();
|
||||||
|
|
||||||
// Register our two types of tables, and add custom Mozilla entries
|
// Register our two types of tables, and add custom Mozilla entries
|
||||||
|
|
Загрузка…
Ссылка в новой задаче