mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1119327 - Only log the name of the search engine in UITelemetry. r=jchen.
This commit is contained in:
parent
0d9d5783f6
commit
4d7283b394
@ -556,7 +556,7 @@ this.BrowserUITelemetry = {
|
||||
result.hiddenTabs = hiddenTabs;
|
||||
|
||||
if (Components.isSuccessCode(searchResult)) {
|
||||
result.currentSearchEngine = Services.search.currentEngine;
|
||||
result.currentSearchEngine = Services.search.currentEngine.name;
|
||||
}
|
||||
|
||||
return result;
|
||||
|
Loading…
Reference in New Issue
Block a user