mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 891836 - JavaScript warning in SocialService.jsm: assignment to undeclared variable p, r=mixedpuppy.
This commit is contained in:
parent
065d685651
commit
214a0acdb5
@ -96,7 +96,7 @@ let SocialServiceInternal = {
|
||||
let hosts = [];
|
||||
let providers = {};
|
||||
|
||||
for (p of SocialServiceInternal.providerArray) {
|
||||
for (let p of SocialServiceInternal.providerArray) {
|
||||
p.frecency = 0;
|
||||
providers[p.domain] = p;
|
||||
hosts.push(p.domain);
|
||||
|
Loading…
Reference in New Issue
Block a user