mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 951157 - Clear seer DB when clearing history r=blassey
This commit is contained in:
parent
bda0f2b765
commit
3e54a323f3
@ -153,6 +153,11 @@ Sanitizer.prototype = {
|
||||
Services.prefs.clearUserPref("general.open_location.last_url");
|
||||
}
|
||||
catch (e) { }
|
||||
|
||||
try {
|
||||
var seer = Cc["@mozilla.org/network/seer;1"].getService(Ci.nsINetworkSeer);
|
||||
seer.reset();
|
||||
} catch (e) { }
|
||||
},
|
||||
|
||||
get canClear()
|
||||
|
Loading…
Reference in New Issue
Block a user