mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1166931 - JS Warning in MobileIdentityManager.jsm r=ferjm
This commit is contained in:
parent
a61c86277b
commit
a24cc12c53
@ -233,8 +233,9 @@ this.MobileIdentityManager = {
|
||||
}
|
||||
|
||||
return this._iccInfo;
|
||||
#endif
|
||||
#else
|
||||
return null;
|
||||
#endif
|
||||
},
|
||||
|
||||
get iccIds() {
|
||||
@ -253,8 +254,9 @@ this.MobileIdentityManager = {
|
||||
}
|
||||
|
||||
return this._iccIds;
|
||||
#endif
|
||||
#else
|
||||
return null;
|
||||
#endif
|
||||
},
|
||||
|
||||
get credStore() {
|
||||
|
Loading…
Reference in New Issue
Block a user