mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-01 12:03:08 +00:00
Bug 1067602 - Fix strict warning in UnifiedComplete.js. r=mano
This commit is contained in:
parent
ae658c889c
commit
88ae29cfc2
@ -1046,7 +1046,7 @@ Search.prototype = {
|
||||
match.comment,
|
||||
match.icon || PlacesUtils.favicons.defaultFavicon.spec,
|
||||
match.style,
|
||||
match.finalCompleteValue);
|
||||
match.finalCompleteValue || "");
|
||||
notifyResults = true;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user